Skip to content

Commit

Permalink
release.yml - fix win_arm64 wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
K0lb3 committed Nov 4, 2024
1 parent 815b106 commit a0d704a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ jobs:
uses: joerick/[email protected]
env:
CIBW_TEST_SKIP: "*"
CIBW_SKIP: "cp39-win_arm64"

- name: Build win_arm64 wheels
if: matrix.os == 'windows-latest'
uses: joerick/[email protected]
env:
CIBW_TEST_SKIP: "*"
CIBW_BUILD: "cp39-win_arm64"
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
delvewheel repair -w {dest_dir} {wheel} --add-path "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\14.40.33807\arm64\Microsoft.VC143.CRT"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a0d704a

Please sign in to comment.