File tree 1 file changed +14
-7
lines changed
1 file changed +14
-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,19 @@ 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
57
+
58
+ - name : Generate artifact attestation for sdist and wheel
59
+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
60
+ with :
61
+ subject-path : dist/cycler-*
55
62
56
63
- name : Publish package distributions to PyPI
57
- uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
64
+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
You can’t perform that action at this time.
0 commit comments