Skip to content

Commit 07c7116

Browse files
committed
Update python-publish.yml
1 parent 8b89a2c commit 07c7116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build package
3333
run: python -m build
3434
- name: Publish package
35-
uses: pypa/gh-action-pypi-publish@master
35+
uses: pypa/gh-action-pypi-publish@release/v1
3636
with:
3737
user: __token__
3838
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)