Skip to content

Commit

Permalink
skip -musllinux_i686
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad committed May 7, 2024
1 parent a685856 commit a60e0c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
CIBW_BEFORE_ALL_MACOS: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal"
CIBW_BEFORE_ALL_WINDOWS: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --target i686-pc-windows-gnu --profile minimal"
CIBW_ENVIRONMENT_LINUX: PATH="$HOME/.cargo/bin:$PATH"
CIBW_SKIP: "*-musllinux_i686"
# with:
# package-dir: .
# output-dir: wheelhouse
Expand Down

0 comments on commit a60e0c1

Please sign in to comment.