Skip to content

Commit

Permalink
Temporary disable Linux Aarch64 wheels since they cause issues in `pu…
Browse files Browse the repository at this point in the history
…blish.yml` Actions workflow
  • Loading branch information
althonos committed Nov 10, 2022
1 parent 94ec24e commit 5b1b05c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
name: Build Linux wheels(${{ matrix.image }})
strategy:
matrix:
image: [quay.io/pypa/manylinux2014_x86_64, quay.io/pypa/manylinux2014_aarch64]
#image: [quay.io/pypa/manylinux2014_x86_64, quay.io/pypa/manylinux2014_aarch64]
image: [quay.io/pypa/manylinux2014_x86_64]
python-version: [cp37-cp37m, cp38-cp38, cp39-cp39, cp310-cp310, cp311-cp311]
env:
pyo3-python: /opt/python/${{ matrix.python-version }}/bin/python
Expand Down

0 comments on commit 5b1b05c

Please sign in to comment.