File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments