Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptillet committed Sep 4, 2024
1 parent c091b5f commit 3037f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
# many_linux_2_28 image comes with GCC 12.2.1, but not clang.
# With this install, it gets clang 16.0.6.
export CIBW_BEFORE_ALL="dnf install clang lld -y";
export CIBW_SKIP="cp{35,36,37}-*"
export CIBW_BUILD="cp3*-manylinux_x86_64"
export CIBW_SKIP="cp{35,36,37,38}-*"
export CIBW_BUILD="cp311-manylinux_x86_64"
python3 -m cibuildwheel python --output-dir wheelhouse
- name: Install Azure CLI
Expand Down

0 comments on commit 3037f9d

Please sign in to comment.