Commit 1ff1ba5 1 parent 48e7c98 commit 1ff1ba5 Copy full SHA for 1ff1ba5
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 36
36
pip install build
37
37
python -m build --sdist
38
38
39
- - uses : actions/upload-artifact@v3
39
+ - uses : actions/upload-artifact@v4
40
40
with :
41
41
path : dist/*.tar.gz
42
42
57
57
CIBW_BUILD : cp${{ matrix.python-version }}-*
58
58
59
59
- name : Save artifact
60
- uses : actions/upload-artifact@v3
60
+ uses : actions/upload-artifact@v4
61
61
with :
62
+ name : dist-${{ matrix.os }}-${{ matrix.python-version }}
62
63
path : ./wheelhouse/*.whl
63
64
64
65
release :
74
75
python-version : " 3.12"
75
76
76
77
- name : Get build artifacts
77
- uses : actions/download-artifact@v4.1.7
78
+ uses : actions/download-artifact@v4
78
79
with :
79
- name : artifact
80
+ pattern : dist-*
81
+ merge-multiple : true
80
82
path : dist
81
83
82
84
- name : Publish to PyPi or TestPyPI
You can’t perform that action at this time.
0 commit comments