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

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-12-07 22:59:47 +01:00 committed by GitHub
parent 3d52c4fa10
commit bf63170117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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: |