We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25d8d6 commit fbb2d47Copy full SHA for fbb2d47
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: "3.x"
23
- name: Install dependencies
24
run: |
25
- python -m pip install --upgrade pip
+ python -m pip install "pip<21.3"
26
pip install setuptools wheel build
27
pip install .
28
- name: Build package
0 commit comments