Skip to content

Commit f149e00

Browse files
authored
Fix CIBW_BUILD environment variable formatting
1 parent 88eee28 commit f149e00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: python -m cibuildwheel --output-dir wheelhouse
3636
env:
3737
CIBW_BUILD_VERBOSITY: 3
38-
CIBW_BUILD: ""cp312-win_amd64"
38+
CIBW_BUILD: "cp312-win_amd64"
3939
#CIBW_SKIP: "*-musllinux* *-win32"
4040
CIBW_BEFORE_ALL_WINDOWS: >
4141
C:\vcpkg\bootstrap-vcpkg.bat &&

0 commit comments

Comments
 (0)