Skip to content

Commit 4dc7486

Browse files
authored
Update build-windows.yml
1 parent 48c6fe9 commit 4dc7486

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ jobs:
5353

5454
# Install python dependencies
5555
- 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
56+
run: python -m pip install --upgrade pip setuptools wheel twine
6057

6158
# Change directory and run setup py
6259
- name: Run setup py

0 commit comments

Comments
 (0)