We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84c1fee + 2f50b2b commit 36569faCopy full SHA for 36569fa
1 file changed
.github/workflows/pypi-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Building package
31
run: python setup.py sdist bdist_wheel
32
- name: Publish package
33
- uses: pypa/gh-action-pypi-publish@79739dc2f2bf6bcfd21ecf9af9f06bd643dbeeae
+ uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments