We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a1e49 commit 9c60bf4Copy full SHA for 9c60bf4
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run tox
21
run: tox
22
- name: Publish a Python distribution to PyPI
23
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@v1.4.2
24
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
25
with:
26
user: __token__
0 commit comments