Update publish.yml with `--no-cache` (#18095)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/17664/head^2
Glenn Jocher 5 days ago committed by GitHub
parent 3d52c4fa10
commit bf63170117
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/format.yml
  2. 2
      .github/workflows/publish.yml

@ -9,7 +9,7 @@ on:
types: [opened, edited]
discussion:
types: [created]
pull_request_target:
pull_request:
branches: [main]
types: [opened, closed, synchronize, review_requested]

@ -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…
Cancel
Save