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 dcae1eb commit fd99b90Copy full SHA for fd99b90
.github/workflows/release.yml
@@ -78,8 +78,8 @@ jobs:
78
- name: Build and publish
79
if: contains(steps.need-pypi.outputs.setup-py, 'setup.py')
80
env:
81
- TWINE_USERNAME: ${{ secrets.pypi_username }}
82
- TWINE_PASSWORD: ${{ secrets.pypi_password }}
+ TWINE_USERNAME: __token__
+ TWINE_PASSWORD: ${{ secrets.pypi_token }}
83
run: |
84
python setup.py sdist
85
twine upload dist/*
0 commit comments