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 2feface commit 074baceCopy full SHA for 074bace
.github/workflows/build-windows.yml
@@ -53,8 +53,11 @@ jobs:
53
54
# Install python dependencies
55
- name: Install dependencies
56
- run: python -m pip install --upgrade pip setuptools wheel twine
+ run: python -m pip install --upgrade pip wheel twine
57
58
+ - name: Install setuptools
59
+ run: python -m pip install setuptools==67.0.0
60
+
61
# Change directory and run setup py
62
- name: Run setup py
63
run: python setup.py bdist_wheel
0 commit comments