File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 18
18
submodules : true
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5
21
+ with :
22
+ python-version : " 3.8 - 3.12"
21
23
- name : Build wheels
22
24
uses : pypa/cibuildwheel@v2.16
25
+ with :
26
+ output-dir : dist
23
27
env :
24
28
CIBW_BUILD : cp38-*
25
29
CIBW_ARCHS_LINUX : native
28
32
- name : Upload wheelhouse artifact
29
33
uses : actions/upload-artifact@v4
30
34
with :
31
- name : wheelhouse
32
- path : wheelhouse/*.whl
35
+ path : dist/*.whl
36
+ name : wheels-${{matrix.os}}
33
37
retention-days : 1
34
38
35
39
upload :
40
44
- name : Download wheelhouse artifact
41
45
uses : actions/download-artifact@v4
42
46
with :
43
- name : wheelhouse
44
47
path : dist
48
+ pattern : wheels-*
49
+ merge-multiple : true
45
50
- uses : pypa/gh-action-pypi-publish@v1.8.12
46
51
with :
47
52
password : ${{secrets.PYPI_TOKEN}}
You can’t perform that action at this time.
0 commit comments