We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7030498 commit 084d0c0Copy full SHA for 084d0c0
1 file changed
.github/workflows/publish.yaml
@@ -38,7 +38,7 @@ jobs:
38
name: Packages
39
path: dist
40
- name: Publish to PyPI
41
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
42
with:
43
verbose: true
44
@@ -98,7 +98,7 @@ jobs:
98
99
100
- name: Publish to TestPyPI
101
102
103
repository-url: https://test.pypi.org/legacy/
104
skip-existing: true
0 commit comments