Skip to content

Commit 58e4145

Browse files
authored
Update python-publish.yml
1 parent a505707 commit 58e4145

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
@@ -66,7 +66,7 @@ jobs:
6666
pip install build
6767
python -m build
6868
- name: Publish package
69-
uses: pypa/gh-action-pypi-publish@v1.8.14
69+
uses: pypa/gh-action-pypi-publish@release/v1
7070
with:
7171
user: __token__
7272
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)