We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1414e commit daab5b8Copy full SHA for daab5b8
1 file changed
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Install dependencies (python)
60
run: |
61
- python -m pip install --upgrade pip wheel
+ python -m pip install --upgrade pip wheel build
62
pip install -r requirements.txt
63
pip install -r requirements-test.txt
64
pip install codecov
@@ -71,7 +71,7 @@ jobs:
71
mypy cmdstanpy
72
73
- name: Build wheel
74
- run: python setup.py bdist_wheel
+ run: python -m build
75
76
- name: Install wheel (Linux, macOS)
77
if: matrix.os != 'windows-latest'
0 commit comments