Skip to content

Commit e12ea4e

Browse files
author
Feanil Patel
authored
Merge pull request #189 from CodeWithEmad/fix/update-actions
fix: pypi-publish master branch sunset
2 parents fbe03b9 + eacc8c3 commit e12ea4e

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
@@ -27,7 +27,7 @@ jobs:
2727
run: python setup.py sdist bdist_wheel
2828

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

0 commit comments

Comments
 (0)