We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61c6f33 + 3abccb2 commit d52e2dfCopy full SHA for d52e2df
.github/workflows/pypi-publish.yml
@@ -25,8 +25,8 @@ jobs:
25
pipenv run pip3 install build setuptools wheel twine
26
- name: Build and publish
27
env:
28
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
29
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: __token__
+ TWINE_PASSWORD: "pypi-${{ secrets.PYPI_API_TOKEN }}"
30
run: |
31
pipenv run python3 -m build
32
pipenv run twine upload dist/*
0 commit comments