We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ba7e1 commit 2baa6b8Copy full SHA for 2baa6b8
.github/workflows/buildwheel.yml
@@ -19,12 +19,12 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
python -m pip install setuptools
22
- python -m pip install cibuildwheel==2.10.0
+ python -m pip install cibuildwheel
23
24
- name: Build wheel
25
run: python -m cibuildwheel --output-dir dist/
26
env:
27
- CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*
+ CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*
28
CIBW_ARCHS_MACOS: "x86_64 arm64"
29
CIBW_ARCHS_LINUX: "x86_64 i686"
30
CIBW_SKIP: "*-musllinux_*"
0 commit comments