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 48c6fe9 commit 4dc7486Copy full SHA for 4dc7486
.github/workflows/build-windows.yml
@@ -53,10 +53,7 @@ jobs:
53
54
# Install python dependencies
55
- name: Install dependencies
56
- run: python -m pip install --upgrade pip wheel twine
57
-
58
- - name: Install setuptools
59
- run: python -m pip install setuptools==67.0.0
+ run: python -m pip install --upgrade pip setuptools wheel twine
60
61
# Change directory and run setup py
62
- name: Run setup py
0 commit comments