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 7461b5f commit d450b46Copy full SHA for d450b46
.github/workflows/build.yml
@@ -91,5 +91,5 @@ jobs:
91
if: github.event_name == 'release' && github.event.action == 'published'
92
with:
93
user: __token__
94
- password: ${{ secrets.pypi_token }}
+ password: ${{ secrets.PYPI_TOKEN }}
95
packages_dir: ./dist
0 commit comments