We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed7b98 commit e664c94Copy full SHA for e664c94
1 file changed
.github/workflows/build_and_release.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
python -m venv --system-site-packages .local
19
echo "$HOME/.local/bin" >> $GITHUB_PATH
20
- python -m pip install --upgrade pip build setuptools
+ python -m pip install --upgrade pip build setuptools>=77.0.0
21
22
- name: Build and verify its integrity
23
0 commit comments