Bump version to v0.4.9 (#11872)

This commit is contained in:
Dhruv Manilawala
2024-06-14 20:36:22 +05:30
committed by GitHub
parent d681a45b08
commit 4f49e918a9
9 changed files with 46 additions and 10 deletions

View File

@@ -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