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.
2 parents 8aa92ca + f55d89c commit f3cb662Copy full SHA for f3cb662
.github/workflows/python-package.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
+ python -m pip install setuptools
30
python -m pip install pytest torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
31
- name: Test with pytest
32
.github/workflows/python-publish.yml
@@ -24,7 +24,9 @@ jobs:
24
with:
25
python-version: '3.x'
- name: Build package
- run: python setup.py sdist
+ run: |
+ python setup.py sdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
0 commit comments