Skip to content

Commit b6746a3

Browse files
committed
python build
1 parent bf18ba0 commit b6746a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333

3434
- name: Install python dependencies
35-
run: python -m pip install setuptools wheel twine
35+
run: python -m pip install build venv twine
3636

3737
- uses: awalsh128/cache-apt-pkgs-action@latest
3838
if: runner.os == 'Linux'
@@ -41,7 +41,7 @@ jobs:
4141
packages: build-essential cmake git libeigen3-dev liblapacke-dev libopenblas-dev libpcap-dev libusb-1.0-0-dev zlib1g-dev
4242

4343
- name: Build
44-
run: python setup.py bdist_wheel
44+
run: python -m build --wheel
4545

4646
- uses: actions/upload-artifact@v4
4747
name: Upload

0 commit comments

Comments
 (0)