We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe640ad commit ddecefdCopy full SHA for ddecefd
1 file changed
.github/workflows/python-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
run: python -m twine check dist/*
35
36
- name: Publish package
37
- uses: pypa/gh-action-pypi-publish@7eb3b701d11256e583f5b49899c5e7203deab573
+ uses: pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f
38
with:
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments