We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9672575 commit 6dc4962Copy full SHA for 6dc4962
.github/workflows/publish-to-pypi.yml
@@ -75,10 +75,10 @@ jobs:
75
ls -lh dist/
76
77
- name: Publish to Test PyPI
78
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.12.0
79
with:
80
repository-url: https://test.pypi.org/legacy/
81
82
- name: Publish to PyPI
83
if: startsWith(github.ref, 'refs/tags')
84
0 commit comments