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/format.yml
vendored
2
.github/workflows/format.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
||||||
types: [opened, edited]
|
types: [opened, edited]
|
||||||
discussion:
|
discussion:
|
||||||
types: [created]
|
types: [created]
|
||||||
pull_request_target:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
types: [opened, closed, synchronize, review_requested]
|
types: [opened, closed, synchronize, review_requested]
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- uses: astral-sh/setup-uv@v4
|
- uses: astral-sh/setup-uv@v4
|
||||||
- name: Install dependencies
|
- 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
|
- name: Check PyPI version
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue