We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3a245 commit 8a743dcCopy full SHA for 8a743dc
.github/workflows/protovalidate-gencode-pypi-sync.yaml
@@ -23,7 +23,7 @@ jobs:
23
go-version: stable
24
- uses: astral-sh/setup-uv@v6
25
with:
26
- python-version: 3.10
+ python-version: "3.10"
27
- name: Install dependencies
28
run: cd bufbuild-protovalidate-protocolbuffers && uv sync --frozen && make build && rm -rf dist
29
- name: Build and publish
0 commit comments