We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ddfcd commit 6194eacCopy full SHA for 6194eac
1 file changed
.github/workflows/pypi_publish.yaml
@@ -29,11 +29,11 @@ jobs:
29
- name: Install build dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install -U setuptools wheel
+ pip install -U build
33
pip install -U torch --index-url https://download.pytorch.org/whl/cpu
34
35
- name: Build the dist files
36
- run: python setup.py bdist_wheel && python setup.py sdist
+ run: python -m build
37
38
- name: Install from built wheel
39
run: pip install dist/*.whl
0 commit comments