Skip to content

Commit

Permalink
Define XWIN_VERSION for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Jun 14, 2024
1 parent 43f3ff3 commit 019c247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --locked --out dist
env:
# aarch64 build fails, see https://github.com/PyO3/maturin/issues/2110
XWIN_VERSION: 16
- name: "Test wheel"
if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
shell: bash
Expand Down

0 comments on commit 019c247

Please sign in to comment.