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 efbaab2 commit 2732bf4Copy full SHA for 2732bf4
.github/workflows/release-pypi.yml
@@ -34,7 +34,7 @@ jobs:
34
if: ${{ github.event_name == 'push' }}
35
env:
36
TWINE_USERNAME: __token__
37
- TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}
38
run: |
39
make dist
40
ls dist/
0 commit comments