Skip to content

Commit 3d5e3fb

Browse files
committed
Try updating build command
1 parent d07ea1a commit 3d5e3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
pip install pytest Cython wheel
40+
pip install pytest Cython wheel build
4141
4242
- name: Build sdist
4343
run: |
44-
python setup.py sdist
44+
python -m build
4545
4646
- name: Build wheel
4747
run: |

0 commit comments

Comments
 (0)