Skip to content

Commit 0640f19

Browse files
committed
ci: fix release workflow
1 parent 9dc7c0a commit 0640f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: rye build
2323

2424
- name: Publish package
25-
uses: pypa/gh-action-pypi-publish@master
25+
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
2727
user: __token__
2828
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)