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.
gh-action-pypi-publish
1 parent 37b06b3 commit 8ce6206Copy full SHA for 8ce6206
.github/workflows/deploy.yaml
@@ -51,7 +51,8 @@ jobs:
51
path: dist
52
53
- name: Publish package to TestPyPI
54
- uses: pypa/gh-action-pypi-publish@release/v1
+ # yamllint disable-line rule:line-length
55
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
56
with:
57
repository-url: https://test.pypi.org/legacy/
58
verbose: true
@@ -71,6 +72,7 @@ jobs:
71
72
73
74
- name: Publish package to PyPI
75
76
77
78
0 commit comments