We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33881a commit 6b03e2eCopy full SHA for 6b03e2e
1 file changed
.github/workflows/deploy.yml
@@ -81,8 +81,7 @@ jobs:
81
82
- name: Upload to PyPI
83
working-directory: ${{ github.event.repository.name }}
84
- env:
85
- TWINE_USERNAME: __token__
86
- TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
87
if: startsWith(github.ref, 'refs/tags/')
88
- run: twine upload dist/*
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ password: ${{ secrets.PYPI_TOKEN }}
0 commit comments