Skip to content

Commit 2046eee

Browse files
committed
build all wheels
1 parent c46ed53 commit 2046eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
if: github.event_name != 'release'
128128
uses: pypa/[email protected] # The main configuration is in pyproject.toml
129129
env:
130-
CIBW_BUILD: "cp312-manylinux*" # Build only python 3.12 wheels for testing
130+
CIBW_BUILD: "cp39-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux*"
131131
# Increase verbosity to see what's going on in the build in case of failure
132132
CIBW_BUILD_VERBOSITY: 3
133133
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >

0 commit comments

Comments
 (0)