File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
run : python -m build
35
35
36
36
- name : Save built packages as artifact
37
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
37
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
38
38
with :
39
39
name : packages-${{ runner.os }}-${{ steps.setup.outputs.python-version }}
40
40
path : dist/
@@ -52,11 +52,11 @@ jobs:
52
52
id-token : write
53
53
steps :
54
54
- name : Download packages
55
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
55
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
56
56
with :
57
57
pattern : packages-*
58
58
path : dist
59
59
merge-multiple : true
60
60
61
61
- name : Publish package distributions to PyPI
62
- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
62
+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
You can’t perform that action at this time.
0 commit comments