We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209ba38 commit 21b01fdCopy full SHA for 21b01fd
template/.github/workflows/publish.yaml.jinja
@@ -11,6 +11,7 @@ on:
11
env:
12
PYTHONUNBUFFERED: True
13
PRE_COMMIT_HOME: ${{ github.workspace }}/.precommit_cache
14
+ UV_PYTHON_PREFERENCE: only-system
15
16
permissions:
17
id-token: write
template/.github/workflows/publish_to_staging.yaml.jinja
@@ -6,6 +6,7 @@ on:
6
7
8
9
10
0 commit comments