From ddb05cef58d59577191dd5b2ea240aed214d4a2d Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Thu, 5 Dec 2024 16:42:07 +0100 Subject: [PATCH] chore: remove aarch64-windows-msvc-pc wheel (#971) * work around bug * workflow name changed * revert maturin version * try 1.7.6 * pin maturin version * fix: pin maturin version in pyproject * disable aarch64 --- .github/workflows/release-python.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 0c53b9dbd..70ac868b2 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -15,7 +15,7 @@ on: # When we change pyproject.toml, we want to ensure that the maturin builds still work - py-rattler/pyproject.toml # And when we change this workflow itself... - - .github/workflows/release-python.yaml + - .github/workflows/release-python.yml concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -68,8 +68,10 @@ jobs: arch: x64 - target: i686-pc-windows-msvc arch: x86 - - target: aarch64-pc-windows-msvc - arch: x64 +# There are a number of issues with cross compiling ring to windows on aarch64. +# For now, we just won't build a wheel, we will revisit this in the future. +# - target: aarch64-pc-windows-msvc +# arch: x64 steps: - uses: actions/checkout@v4 with: @@ -78,7 +80,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} architecture: ${{ matrix.platform.arch }} - - name: "Build wheels (rustls-tls)" + - name: "Build wheels" uses: PyO3/maturin-action@v1 with: working-directory: py-rattler