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 2b219aa commit 6276a02Copy full SHA for 6276a02
.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