We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ac3dc commit c226a16Copy full SHA for c226a16
.github/workflows/pypi.yml
@@ -77,7 +77,7 @@ jobs:
77
path: dist
78
79
- name: Upload to Test PyPI
80
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
+ uses: pypa/gh-action-pypi-publish@v12.2.4
81
with:
82
repository-url: https://test.pypi.org/legacy/
83
@@ -122,4 +122,4 @@ jobs:
122
run: rm ./dist/*.sigstore.json
123
124
- name: Upload to PyPI
125
0 commit comments