We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a168a commit 6218b3dCopy full SHA for 6218b3d
.github/workflows/publish.yml
@@ -27,12 +27,12 @@ jobs:
27
uses: pypa/gh-action-pypi-publish@release/v1.5
28
if: "github.event.release.prerelease"
29
with:
30
- username: __token__
+ user: __token__
31
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
32
33
- name: Publish to PyPI
34
35
if: "!github.event.release.prerelease"
36
37
38
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments