Skip to content

Commit

Permalink
exclude broken target architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Aug 19, 2023
1 parent 799cef6 commit cc132dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ matrix.python-version }}-${{ matrix.buildplat[1] }}
CIBW_BUILD: ${{ matrix.python-version }}_${{ matrix.buildplat[1] }}
CIBW_ARCHS_LINUX: "x86_64" # don't build for i686
CIBW_ENVIRONMENT: 'PATH="$HOME/.cargo/bin:$HOME/.foundry/bin:$HOME/.cargo/env:$PATH" CARGO_TERM_COLOR="always"'
CIBW_ENVIRONMENT_WINDOWS: 'PATH="$UserProfile\.cargo\bin;$UserProfile\.foundry\bin;$UserProfile\.cargo\env;$PATH"'
CIBW_BEFORE_ALL_LINUX: >
Expand Down

0 comments on commit cc132dc

Please sign in to comment.