File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 41
41
env :
42
42
CIBW_SKIP : " pp* *-manylinux_i686 *-manylinux_ppc64le *-manylinux_s390x *musllinux_*"
43
43
uses : pypa/cibuildwheel@v2.20.0
44
- with :
45
- package-dir : .
46
- output-dir : ./wheelhouse
47
44
48
45
- uses : actions/upload-artifact@v4
49
46
with :
50
- name : python-package-distributions
51
- path : dist/
47
+ name : cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
48
+ path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change 18
18
- name : Download all the dists
19
19
uses : actions/download-artifact@v3
20
20
with :
21
- nname : python-package-distributions
22
- path : dist/
21
+ pattern : cibw-* # download all the wheels
22
+ path : dist
23
+ merge-multiple : true
23
24
- name : Publish distribution 📦 to TestPyPI
24
25
uses : pypa/gh-action-pypi-publish@release/v1
25
26
with :
You can’t perform that action at this time.
0 commit comments