Skip to content

Commit f9385c7

Browse files
committed
update publish script
1 parent ccc742f commit f9385c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
2828
pip install -r requirements.txt
2929
- name: Build package
30-
shell: bash -l {0}
30+
shell: bash -l {0}
3131
run: |
3232
python -m build --sdist --wheel --outdir dist/ .
3333
- name: Publish package

0 commit comments

Comments
 (0)