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 402312b commit 37c8033Copy full SHA for 37c8033
1 file changed
.github/workflows/release.yml
@@ -279,15 +279,8 @@ jobs:
279
- uses: actions/checkout@v4
280
- uses: ./.github/actions/project-setup
281
282
- - name: Set up python
+ - name: Create venv
283
run: |
284
- curl -LsSf https://astral.sh/uv/install.sh | sh
285
- uv venv -p python3.13
286
-
287
- - name: Build wheels
288
- run: |
289
- sudo apt update && sudo apt install -y protobuf-compiler
290
291
uv venv -p python3.13
292
293
- uses: actions/download-artifact@v4
0 commit comments