Skip to content

Commit 553217b

Browse files
CodeWithEmadfeanil
authored andcommitted
fix: master branch sunset
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 04fbfa5 commit 553217b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: python setup.py sdist bdist_wheel
2929

3030
- name: Publish to PyPi
31-
uses: pypa/gh-action-pypi-publish@master
31+
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
3333
user: __token__
3434
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 commit comments

Comments
 (0)