Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Jun 1, 2024
1 parent 7d1f0da commit 29bddde
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/verify_shared_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29bddde

Please sign in to comment.