We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cd41b commit f061231Copy full SHA for f061231
.github/workflows/publish-pypi.yml
@@ -42,8 +42,5 @@ jobs:
42
path: "dist/"
43
- uses: "pypa/gh-action-pypi-publish@release/v1"
44
with:
45
- user: __token__
46
- password: ${{ secrets.PYPI_API_TOKEN }}
47
- repository-url: "https://pypi.org/legacy/"
48
skip-existing: true
49
verbose: true
0 commit comments