Skip to content

Commit e664c94

Browse files
committed
fix build dependencies
1 parent 0ed7b98 commit e664c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m venv --system-site-packages .local
1919
echo "$HOME/.local/bin" >> $GITHUB_PATH
20-
python -m pip install --upgrade pip build setuptools
20+
python -m pip install --upgrade pip build setuptools>=77.0.0
2121
2222
- name: Build and verify its integrity
2323
run: |

0 commit comments

Comments
 (0)