Skip to content

Commit 37c8033

Browse files
committed
ci: fix python publish duplicate step
1 parent 402312b commit 37c8033

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,8 @@ jobs:
279279
- uses: actions/checkout@v4
280280
- uses: ./.github/actions/project-setup
281281

282-
- name: Set up python
282+
- name: Create venv
283283
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-
curl -LsSf https://astral.sh/uv/install.sh | sh
291284
uv venv -p python3.13
292285
293286
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)