Skip to content

Commit 6194eac

Browse files
committed
up
1 parent 97ddfcd commit 6194eac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Install build dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install -U setuptools wheel
32+
pip install -U build
3333
pip install -U torch --index-url https://download.pytorch.org/whl/cpu
3434
3535
- name: Build the dist files
36-
run: python setup.py bdist_wheel && python setup.py sdist
36+
run: python -m build
3737

3838
- name: Install from built wheel
3939
run: pip install dist/*.whl

0 commit comments

Comments
 (0)