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 a0355ab commit 910c318Copy full SHA for 910c318
.github/workflows/python-publish.yml
@@ -33,9 +33,10 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install build
+ pip install setuptools
37
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
38
- name: Build package
- run: python -m build --sdist
39
+ run: python setup.py sdist
40
- name: Publish package
41
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
42
with:
0 commit comments