Skip to content

Commit 74bcb99

Browse files
committed
remove arch
1 parent dce7a2e commit 74bcb99

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
python-version: ["3.10", "3.11", "3.12", "3.13"]
21-
arch: [x86_64, x86, aarch64]
22-
exclude:
23-
- os: windows-latest
24-
arch: [x86, aarch64]
2521

2622
# Steps represent a sequence of tasks that will be executed as part of the job
2723
steps:
@@ -37,12 +33,12 @@ jobs:
3733

3834
- uses: awalsh128/cache-apt-pkgs-action@latest
3935
name: Install dependencies
36+
if: ${{ matrix.os }} == ubuntu-latest
4037
with:
4138
packages: build-essential cmake git libeigen3-dev liblapacke-dev libopenblas-dev libpcap-dev libusb-1.0-0-dev zlib1g-dev python3-setuptools python3-wheel
4239

4340
- name: Build
44-
run: |
45-
python -m build
41+
run: python setup.py bdist_wheel
4642

4743
- uses: actions/upload-artifact@v4
4844
name: Upload

0 commit comments

Comments
 (0)