We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc689c1 + 01bd04d commit f54712eCopy full SHA for f54712e
2 files changed
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
run: make dist
44
45
- name: Install cibuildwheel
46
- run: python -m pip install cibuildwheel==2.16.5
+ run: python -m pip install cibuildwheel==2.23.2
47
48
- name: Build wheels
49
run: python -m cibuildwheel --output-dir dist
.github/workflows/deploy.yml
@@ -84,7 +84,7 @@ jobs:
84
python -m pip install -U wheel twine setuptools
85
86
87
88
89
- name: Python Wheel Steps (Linux - cibuildwheel)
90
0 commit comments