We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbb3a5 commit 8951cdaCopy full SHA for 8951cda
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
.
39
40
- name: Publish a Python distribution to PyPI
41
- uses: pypa/gh-action-pypi-publish@release/v1.4.2
+ uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
user: __token__
44
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments