Skip to content

Commit

Permalink
Skip manylinux_i686 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanPatman committed Dec 1, 2023
1 parent e2b4e9d commit aff51db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
CIBW_BEFORE_TEST: "pip install -r requirements-live.txt"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_SKIP: "pp* *-musllinux_i686 *-win32"
CIBW_SKIP: "pp* *-manylinux_i686 *-musllinux_i686 *-win32"
CIBW_ARCHS_MACOS: x86_64

steps:
Expand Down

0 comments on commit aff51db

Please sign in to comment.