We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32521d1 commit 0cf13abCopy full SHA for 0cf13ab
.github/workflows/release.yml
@@ -52,12 +52,12 @@ jobs:
52
os: [ubuntu-latest, macos-latest, windows-latest]
53
cibw_arch: ["auto64", "aarch64", "universal2"]
54
cibw_python:
55
- - "cp38-*"
56
- - "cp39-*"
57
- - "cp310-*"
58
- - "cp311-*"
59
- - "cp312-*"
60
- - "cp313-*"
+ - "cp38"
+ - "cp39"
+ - "cp310"
+ - "cp311"
+ - "cp312"
+ - "cp313"
61
exclude:
62
- os: ubuntu-latest
63
cibw_arch: universal2
@@ -90,7 +90,7 @@ jobs:
90
- uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
91
env:
92
CIBW_BUILD_VERBOSITY: 1
93
- CIBW_BUILD: ${{ matrix.cibw_python }}
+ CIBW_BUILD: ${{ matrix.cibw_python }}-*
94
CIBW_ARCHS: ${{ matrix.cibw_arch }}
95
CIBW_TEST_EXTRAS: "test"
96
CIBW_TEST_COMMAND: "python {project}/tests/__init__.py"
0 commit comments