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 5d5b769 commit c941a69Copy full SHA for c941a69
.github/workflows/pythonpublish.yml
@@ -19,8 +19,8 @@ jobs:
19
python -m pip install build twine
20
- name: Build and publish
21
env:
22
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
23
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: __token__
+ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
24
run: |
25
python -m build
26
twine upload dist/*
0 commit comments