Update publish.yml with --no-cache (#18095)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
3d52c4fa10
commit
bf63170117
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
python-version: "3.x"
|
||||
- uses: astral-sh/setup-uv@v4
|
||||
- name: Install dependencies
|
||||
run: uv pip install --system ultralytics-actions build twine toml
|
||||
run: uv pip install --system --no-cache ultralytics-actions build twine toml
|
||||
- name: Check PyPI version
|
||||
shell: python
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue