Skip to content

Commit 6b0a6e7

Browse files
authored
ci: fix Python pip install (#1032)
1 parent 1a9d194 commit 6b0a6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python-version: 3.12
7676

7777
- name: Install Pip and build
78-
run:
78+
run: |
7979
python -m pip install --upgrade pip
8080
pip install build
8181

0 commit comments

Comments
 (0)