Skip to content

Commit 200fe54

Browse files
Updated publish to pypi gha.
1 parent 501ba88 commit 200fe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_pypi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python setup.py bdist_wheel
3636
- name: Publish distribution 📦 to Test PyPI
3737
if: startsWith(github.ref, 'refs/tags') && contains(github.ref, 'test')
38-
uses: pypa/gh-action-pypi-publish@master
38+
uses: pypa/gh-action-pypi-publish@release/v1
3939
with:
4040
password: ${{ secrets.TEST_PYPI_PASSWORD }}
4141
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)