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 03549d7 commit e7f1994Copy full SHA for e7f1994
1 file changed
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/setup-python@v6
29
with:
30
python-version: "3.x"
31
- - uses: astral-sh/setup-uv@v7
+ - uses: astral-sh/setup-uv@v8
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@v7
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
- run: |
108
uv venv sbom-env
109
uv pip install -e .
0 commit comments