File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 30
30
run : python -m build
31
31
32
32
- name : Save built packages as artifact
33
- uses : actions/upload-artifact@v3
33
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
34
34
with :
35
35
name : packages-${{ runner.os }}-${{ steps.setup.outputs.python-version }}
36
36
path : dist/
@@ -46,12 +46,14 @@ jobs:
46
46
id-token : write
47
47
steps :
48
48
- name : Download packages
49
- uses : actions/download-artifact@v3
49
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
50
+ with :
51
+ pattern : packages-*
52
+ path : dist
53
+ merge-multiple : true
50
54
51
- - name : Consolidate packages for upload
52
- run : |
53
- mkdir dist
54
- cp packages-*/* dist/
55
+ - name : Print out packages
56
+ run : ls dist
55
57
56
58
- name : Publish package distributions to PyPI
57
- uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
59
+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
You can’t perform that action at this time.
0 commit comments