Skip to content

Commit

Permalink
chore: remove aarch64-windows-msvc-pc wheel (#971)
Browse files Browse the repository at this point in the history
* work around bug

* workflow name changed

* revert maturin version

* try 1.7.6

* pin maturin version

* fix: pin maturin version in pyproject

* disable aarch64
  • Loading branch information
baszalmstra authored Dec 5, 2024
1 parent f0e33e3 commit ddb05ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit ddb05ce

Please sign in to comment.