Skip to content

Commit

Permalink
Update PyPI deploy action (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed May 31, 2024
1 parent 8eb1616 commit f194f5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel build twine toml
pip install -e . ultralytics --extra-index-url https://download.pytorch.org/whl/cpu
pip install ultralytics --extra-index-url https://download.pytorch.org/whl/cpu
pip uninstall thop -y # uninstall older thop that conflicts with this repo
pip install -e .
- name: Check PyPI version
shell: python
run: |
Expand Down

0 comments on commit f194f5f

Please sign in to comment.