Skip to content

Commit b3a1d48

Browse files
authored
Update publish.yml (#150)
Signed-off-by: Glenn Jocher <[email protected]>
1 parent fcff967 commit b3a1d48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ jobs:
104104
with:
105105
python-version: "3.x"
106106
- uses: astral-sh/setup-uv@v6
107-
- run: uv pip install -e .
107+
- run: |
108+
uv venv sbom-env
109+
uv pip install -e .
108110
env:
109-
UV_PROJECT_ENVIRONMENT: sbom-env
111+
VIRTUAL_ENV: sbom-env
110112
- uses: anchore/sbom-action@v0
111113
with:
112114
format: spdx-json

0 commit comments

Comments
 (0)