Skip to content

Commit 69fe0b2

Browse files
committed
install setuptools before making sdist
1 parent ee1422b commit 69fe0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build sdist archive
8282
working-directory: python
8383
run: |
84-
python -m pip setuptools
84+
python -m pip install setuptools
8585
sh build_sdist.sh
8686
8787
- name: Fetch sdist archive

0 commit comments

Comments
 (0)