We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6d052 commit 9059979Copy full SHA for 9059979
1 file changed
.github/workflows/cibuildwheels.yml
@@ -53,7 +53,7 @@ jobs:
53
python -m pip install cibuildwheel
54
python -m cibuildwheel --output-dir wheelhouse
55
env:
56
- CIBW_BUILD: 'cp39-win32 cp310-win32 cp311-win32 cp312-win32, cp313-win32'
+ CIBW_BUILD: 'cp39-win32 cp310-win32 cp311-win32 cp312-win32 cp313-win32'
57
CIBW_BEFORE_BUILD: pip install -r requirements.txt
58
CIBW_BEFORE_TEST: pip install numpy
59
CIBW_TEST_COMMAND: python -m blosc.test
0 commit comments