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 7a512d5 commit 1304fd2Copy full SHA for 1304fd2
.github/workflows/wheels.yml
@@ -74,5 +74,5 @@ jobs:
74
75
- uses: pypa/[email protected]
76
with:
77
- user: ${{ secrets.PYPI_USERNAME }}
78
- password: ${{ secrets.PYPI_PASSWORD }}
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments