Skip to content

Commit 7eb860c

Browse files
authored
Merge pull request #428 from akatsoulas/fix-gha
Fix GHA for pypi
2 parents 17a1e49 + 9c60bf4 commit 7eb860c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tox
2121
run: tox
2222
- name: Publish a Python distribution to PyPI
23-
uses: pypa/gh-action-pypi-publish@release/v1
23+
uses: pypa/gh-action-pypi-publish@v1.4.2
2424
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
2525
with:
2626
user: __token__

0 commit comments

Comments
 (0)