Skip to content

Commit 60e1ce9

Browse files
author
Shyam Dwaraknath
authored
update version
1 parent 6c7f95b commit 60e1ce9

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@release/v1
26+
uses: pypa/gh-action-pypi-publish@v1.4.2
2727
with:
2828
user: __token__
2929
password: ${{ secrets.PYPY_API_TOKEN }}

0 commit comments

Comments
 (0)