We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e3146c + 1e52ba2 commit 5dbc9f1Copy full SHA for 5dbc9f1
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
run: python -m build
44
45
- name: Publish package
46
- uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
+ uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
47
with:
48
user: __token__
49
password: '${{ secrets.PYPI_API_TOKEN }}'
0 commit comments