Skip to content

Commit f202d51

Browse files
authored
fix: master branch sunset (#491)
As it mentioned in the gh-action-pypi-publish repo, the master branch version has been sunset and we should use release/v1.
1 parent 7c234df commit f202d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: python setup.py sdist bdist_wheel
2626

2727
- name: Publish to PyPi
28-
uses: pypa/gh-action-pypi-publish@master
28+
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
3030
user: __token__
3131
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)