Skip to content

Commit 21b01fd

Browse files
committed
more only system
1 parent 209ba38 commit 21b01fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

template/.github/workflows/publish.yaml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
env:
1212
PYTHONUNBUFFERED: True
1313
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
14+
UV_PYTHON_PREFERENCE: only-system
1415

1516
permissions:
1617
id-token: write

template/.github/workflows/publish_to_staging.yaml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
env:
77
PYTHONUNBUFFERED: True
88
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
9+
UV_PYTHON_PREFERENCE: only-system
910

1011
permissions:
1112
id-token: write

0 commit comments

Comments
 (0)