Skip to content

Commit 7678d42

Browse files
fix(dir-sdk-python): add missing UV_PUBLISH_TOKEN var
Signed-off-by: Bendegúz Csirmaz <csirmazbendeguz@gmail.com>
1 parent ea2d8b6 commit 7678d42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Taskfile.vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ vars:
1515
KIND_BIN: "{{ .BIN_DIR }}/kind-{{.KIND_VERSION}}"
1616
UV_VERSION: "0.10.11"
1717
UV_BIN: "{{ .BIN_DIR }}/uv-{{.UV_VERSION}}"
18+
UV_PUBLISH_TOKEN: '{{ .UV_PUBLISH_TOKEN | default "" }}'
1819
COSIGN_VERSION: "3.0.5"
1920
COSIGN_BIN: "{{ .BIN_DIR }}/cosign-{{.COSIGN_VERSION}}"
2021
KIND_CLUSTER_NAME: "sdk-py-test"

0 commit comments

Comments
 (0)