Skip to content

Commit 8ce6206

Browse files
authored
Change gh-action-pypi-publish to tag (#456)
1 parent 37b06b3 commit 8ce6206

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
path: dist
5252

5353
- name: Publish package to TestPyPI
54-
uses: pypa/gh-action-pypi-publish@release/v1
54+
# yamllint disable-line rule:line-length
55+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
5556
with:
5657
repository-url: https://test.pypi.org/legacy/
5758
verbose: true
@@ -71,6 +72,7 @@ jobs:
7172
path: dist
7273

7374
- name: Publish package to PyPI
74-
uses: pypa/gh-action-pypi-publish@release/v1
75+
# yamllint disable-line rule:line-length
76+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
7577
with:
7678
verbose: true

0 commit comments

Comments
 (0)