Skip to content

Commit 9059979

Browse files
authored
remove comma
1 parent eb6d052 commit 9059979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python -m pip install cibuildwheel
5454
python -m cibuildwheel --output-dir wheelhouse
5555
env:
56-
CIBW_BUILD: 'cp39-win32 cp310-win32 cp311-win32 cp312-win32, cp313-win32'
56+
CIBW_BUILD: 'cp39-win32 cp310-win32 cp311-win32 cp312-win32 cp313-win32'
5757
CIBW_BEFORE_BUILD: pip install -r requirements.txt
5858
CIBW_BEFORE_TEST: pip install numpy
5959
CIBW_TEST_COMMAND: python -m blosc.test

0 commit comments

Comments
 (0)