Skip to content

Commit daab5b8

Browse files
committed
Fix wheel build
1 parent dc1414e commit daab5b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install dependencies (python)
6060
run: |
61-
python -m pip install --upgrade pip wheel
61+
python -m pip install --upgrade pip wheel build
6262
pip install -r requirements.txt
6363
pip install -r requirements-test.txt
6464
pip install codecov
@@ -71,7 +71,7 @@ jobs:
7171
mypy cmdstanpy
7272
7373
- name: Build wheel
74-
run: python setup.py bdist_wheel
74+
run: python -m build
7575

7676
- name: Install wheel (Linux, macOS)
7777
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)