Skip to content

Commit fbb2d47

Browse files
authored
Update release.yml
1 parent e25d8d6 commit fbb2d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: "3.x"
2323
- name: Install dependencies
2424
run: |
25-
python -m pip install --upgrade pip
25+
python -m pip install "pip<21.3"
2626
pip install setuptools wheel build
2727
pip install .
2828
- name: Build package

0 commit comments

Comments
 (0)