File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
32
32
33
33
steps :
34
34
- name : " Download dists"
35
- uses : actions/download-artifact@v4
35
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
36
36
with :
37
37
pattern : " dist-*"
38
38
merge-multiple : true
39
39
path : " dist/"
40
40
41
41
- name : " Publish dists to Test PyPI"
42
- uses : pypa/gh-action-pypi-publish@v1
42
+ uses : pypa/gh-action-pypi-publish@4bb033805d9e19112d8c697528791ff53f6c2f74 # v1.9.0
43
43
with :
44
44
repository-url : https://test.pypi.org/legacy/
45
45
print-hash : true
@@ -56,14 +56,14 @@ jobs:
56
56
57
57
steps :
58
58
- name : " Download dists"
59
- uses : actions/download-artifact@v4
59
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
60
60
with :
61
61
pattern : " dist-*"
62
62
merge-multiple : true
63
63
path : " dist/"
64
64
65
65
- name : " Publish dists to PyPI"
66
- uses : pypa/gh-action-pypi-publish@v1
66
+ uses : pypa/gh-action-pypi-publish@4bb033805d9e19112d8c697528791ff53f6c2f74 # v1.9.0
67
67
with :
68
68
print-hash : true
69
69
verbose : true
You can’t perform that action at this time.
0 commit comments