Skip to content

Commit

Permalink
Update publish.yml with --no-cache (ultralytics#18095)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Dec 7, 2024
1 parent 3d52c4f commit bf63170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [opened, edited]
discussion:
types: [created]
pull_request_target:
pull_request:
branches: [main]
types: [opened, closed, synchronize, review_requested]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bf63170

Please sign in to comment.