Skip to content

Commit 6276a02

Browse files
properly quote python version in github action
1 parent 2b219aa commit 6276a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/protovalidate-gencode-pypi-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: stable
2424
- uses: astral-sh/setup-uv@v6
2525
with:
26-
python-version: 3.10
26+
python-version: "3.10"
2727
- name: Install dependencies
2828
run: cd bufbuild-protovalidate-protocolbuffers && uv sync --frozen && make build && rm -rf dist
2929
- name: Build and publish

0 commit comments

Comments
 (0)