We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501ba88 commit 200fe54Copy full SHA for 200fe54
.github/workflows/publish_pypi.yaml
@@ -35,7 +35,7 @@ jobs:
35
python setup.py bdist_wheel
36
- name: Publish distribution 📦 to Test PyPI
37
if: startsWith(github.ref, 'refs/tags') && contains(github.ref, 'test')
38
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
39
with:
40
password: ${{ secrets.TEST_PYPI_PASSWORD }}
41
repository_url: https://test.pypi.org/legacy/
0 commit comments