We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc7981 commit d879c8dCopy full SHA for d879c8d
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/setup-python@v5
29
with:
30
python-version: "3.x"
31
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v6
32
- run: uv pip install --system --no-cache ultralytics-actions
33
- id: check_pypi
34
shell: python
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
- run: uv pip install --system --no-cache build
72
- run: python -m build
73
- uses: actions/upload-artifact@v4
0 commit comments