Skip to content

Commit 13216ea

Browse files
author
Shyam Dwaraknath
authored
use release version of github action
1 parent bbf9dc2 commit 13216ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python setup.py sdist bdist_wheel
2525
- name: Publish package
26-
uses: pypa/gh-action-pypi-publish@master
26+
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
2828
user: __token__
2929
password: ${{ secrets.PYPY_API_TOKEN }}

0 commit comments

Comments
 (0)