Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Dec 17, 2024
1 parent a1319ba commit 0b23317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
rsync -av --ignore-existing /usr/share/aclocal/*.m4 /usr/local/share/aclocal/
fi &&
./build-deps.sh
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2_28_x86_64
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
CIBW_SKIP: "*-win* *-manylinux_i686 pp*"

- name: Build wheels (macOS)
Expand Down

0 comments on commit 0b23317

Please sign in to comment.