add: torch to the pypi step. (#7328)

This commit is contained in:
Sayak Paul
2024-03-15 12:28:12 +05:30
committed by GitHub
parent 5d848ec07c
commit e0e9f81971
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U setuptools wheel twine
pip install -U setuptools wheel twine torch
- name: Build the dist files
run: python setup.py bdist_wheel && python setup.py sdist