We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ca3e2d + cfca9fc commit cfdec8eCopy full SHA for cfdec8e
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build package
34
run: python -m build
35
- name: Publish package
36
- uses: pypa/gh-action-pypi-publish@fb9fc6a4e67ca27a7a76b17bbf90be83c2d3c716
+ uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
37
with:
38
user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments