File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v5
14
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
15
15
with :
16
16
python-version : " 3.x"
17
17
- name : Install pypa/build
18
18
run : python3 -m pip install build --user
19
19
- name : Build a binary wheel and a source tarball
20
20
run : python3 -m build
21
21
- name : Store the distribution packages
22
- uses : actions/upload-artifact@v4
22
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
23
23
with :
24
24
name : python-package-distributions
25
25
path : dist/
39
39
40
40
steps :
41
41
- name : Download all the dists
42
- uses : actions/download-artifact@v4
42
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
43
43
with :
44
44
name : python-package-distributions
45
45
path : dist/
58
58
59
59
steps :
60
60
- name : Download the dists
61
- uses : actions/download-artifact@v4
61
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
62
62
with :
63
63
name : python-package-distributions
64
64
path : dist/
You can’t perform that action at this time.
0 commit comments