Skip to content

Commit

Permalink
Use Ninja to generate wheels on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 2, 2024
1 parent ddb50bc commit 94404bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,17 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Configure build for amd64
uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
- name: Build manylinux wheels
uses: pypa/[email protected]
env:
CIBW_ARCHS: AMD64
CIBW_BUILD: '*-win_amd64'
CIBW_BUILD_VERBOSITY: 2
CMAKE_GENERATOR: Ninja
with:
output-dir: dist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 94404bb

Please sign in to comment.