-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,29 +132,7 @@ jobs: | |
uses: pypa/[email protected] | ||
env: | ||
CIBW_ARCHS_WINDOWS: 'AMD64' | ||
CIBW_BEFORE_ALL: choco install -y --no-progress --no-color cmake>=3.28 pkgconfiglite | ||
|
||
|
||
windows-wheels-x86: | ||
name: Build Windows wheels x86 | ||
needs: | ||
- test | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.12' | ||
|
||
- name: Build wheels | ||
uses: pypa/[email protected] | ||
env: | ||
COINCURVE_CROSS_HOST: 'x86' | ||
CIBW_ARCHS_WINDOWS: 'x86' | ||
CIBW_BEFORE_ALL: choco install -y --no-progress --no-color cmake>=3.28 pkgconfiglite | ||
|
||
CIBW_BEFORE_ALL: choco install -y --no-progress --no-color cmake>=3.28 | ||
|
||
windows-wheels-arm: | ||
name: Build Windows wheels for ARM64 | ||
|