Skip to content

Commit 0249874

Browse files
committed
No issue. Release 0.9.1
1 parent 75efa8a commit 0249874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python setup.py sdist
2525
- name: Publish package to TestPyPI
2626
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
27-
uses: pypa/gh-action-pypi-publish@master
27+
uses: pypa/gh-action-pypi-publish@release/v1
2828
with:
2929
user: __token__
3030
password: ${{ secrets.test_pypi_password }}

0 commit comments

Comments
 (0)