Skip to content

Commit 5df63b5

Browse files
authored
Updating deprecated GH version to stable release (#88)
1 parent 1b2bdbf commit 5df63b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python setup.py bdist_wheel
2828
2929
- name: Upload packate 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_token }}

0 commit comments

Comments
 (0)