Skip to content

Commit 1bd2e5b

Browse files
committed
ci: fix github action tag in publish workflow
1 parent 9ffeace commit 1bd2e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python -m build
2323
2424
- name: Publish
25-
uses: pypa/gh-action-pypi-publish@v1
25+
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
2727
user: __token__
2828
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)