We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b1a76 commit 81fff42Copy full SHA for 81fff42
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
23
- pip install setuptools wheel
+ pip install setuptools>=61.0.0 wheel
24
25
- name: Build
26
0 commit comments