Skip to content

Commit

Permalink
CI: fix typo that disabled building Python 3.12 for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Oct 6, 2023
1 parent 3b6621e commit fbdf0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python3 -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: cp310-manylinux_x86_64 cp311-manylinux_x86-64 cp312-:manylinux_x86_64
CIBW_BUILD: cp310-manylinux_x86_64 cp311-manylinux_x86-64 cp312-manylinux_x86_64
CIBW_BEFORE_BUILD: |
pip3 install cython>=3.0.0
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --strip -w {dest_dir} {wheel}
Expand Down

0 comments on commit fbdf0c1

Please sign in to comment.