Skip to content

Commit

Permalink
Add windows as build platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Nov 15, 2023
1 parent e3a8484 commit 53c2e38
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 @@ -27,6 +27,7 @@ jobs:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.6"
CIBW_SKIP: "*-win32"
CIBW_BUILD: "*-win_amd64"
CIBW_PLATFORM: "windows"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
Expand Down

0 comments on commit 53c2e38

Please sign in to comment.