File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
52
52
os : [ubuntu-latest, macos-latest, windows-latest]
53
53
cibw_arch : ["auto64", "aarch64", "universal2"]
54
54
cibw_python :
55
- - " cp38-* "
56
- - " cp39-* "
57
- - " cp310-* "
58
- - " cp311-* "
59
- - " cp312-* "
60
- - " cp313-* "
55
+ - " cp38"
56
+ - " cp39"
57
+ - " cp310"
58
+ - " cp311"
59
+ - " cp312"
60
+ - " cp313"
61
61
exclude :
62
62
- os : ubuntu-latest
63
63
cibw_arch : universal2
90
90
- uses : pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
91
91
env :
92
92
CIBW_BUILD_VERBOSITY : 1
93
- CIBW_BUILD : ${{ matrix.cibw_python }}
93
+ CIBW_BUILD : ${{ matrix.cibw_python }}-*
94
94
CIBW_ARCHS : ${{ matrix.cibw_arch }}
95
95
CIBW_TEST_EXTRAS : " test"
96
96
CIBW_TEST_COMMAND : " python {project}/tests/__init__.py"
99
99
100
100
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
101
101
with :
102
- name : dist-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ matrix.cibw_python.split('-')[0] }}
102
+ name : dist-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ matrix.cibw_python }}
103
103
path : wheelhouse/*.whl
104
104
105
105
publish :
You can’t perform that action at this time.
0 commit comments