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 bb0eb26 commit b2b58f0Copy full SHA for b2b58f0
.github/workflows/python.yml
@@ -51,6 +51,7 @@ jobs:
51
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
52
uses: pypa/[email protected]
53
with:
54
+ user: __token__
55
password: ${{ secrets.pypi_token }}
56
57
notify-irc:
0 commit comments