Skip to content

Commit 2e1691f

Browse files
Upgrade pip in release workflow
1 parent 928156c commit 2e1691f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
- name: Install build tools
2424
run: |
25+
python -m pip install --upgrade pip
2526
pip install --upgrade build
2627
2728
- name: Build a binary wheel and source tarball

0 commit comments

Comments
 (0)