We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfdec8e + ef01602 commit a37dd27Copy full SHA for a37dd27
.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@8a08d616893759ef8e1aa1f2785787c0b97e20d6
+ uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
37
with:
38
user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments