Skip to content

Commit 65b08c2

Browse files
committed
Fix release action
1 parent 87bf841 commit 65b08c2

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
@@ -25,7 +25,7 @@ jobs:
2525
python -m build
2626
2727
- name: Publish distribution to PyPI
28-
uses: pypa/gh-action-pypi-publish@release/v1.6.4
28+
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
3030
# Password is set in GitHub UI to an API secret for pypi
3131
user: __token__

0 commit comments

Comments
 (0)