Skip to content

Commit

Permalink
build arm and amd windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Aug 29, 2024
1 parent 8f3fa2c commit bf3f03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: yum install -y boost-devel
CIBW_BEFORE_BUILD_MACOS: brew install boost
CIBW_BEFORE_BUILD_WINDOWS: choco install -y boost-msvc-14.2
CIBW_SKIP: "*-win32"
MACOSX_DEPLOYMENT_TARGET: 10.14
targets: |
- cp3{10,11,12}-macosx_arm64
- cp3{10,11,12}-macosx_x86_64
- cp3{10,11,12}-manylinux_aarch64
- cp3{10,11,12}-manylinux_x86_64
- windows
- cp3{10,11,12}-win_amd64
- cp3{10,11,12}-win_arm64
secrets:
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit bf3f03a

Please sign in to comment.