We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc742f commit f9385c7Copy full SHA for f9385c7
.github/workflows/python-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
28
pip install -r requirements.txt
29
- name: Build package
30
- shell: bash -l {0}
+ shell: bash -l {0}
31
run: |
32
python -m build --sdist --wheel --outdir dist/ .
33
- name: Publish package
0 commit comments