Skip to content

Commit

Permalink
Add explicit build flag for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Nov 15, 2023
1 parent aa73410 commit a6d702d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_SKIP: "*-win32"
CIBW_BUILD: "*-win_amd64"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
Expand Down

0 comments on commit a6d702d

Please sign in to comment.