Skip to content

Commit ee1422b

Browse files
committed
install setuptools before making sdist
1 parent 5ac2fd2 commit ee1422b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080

8181
- name: Build sdist archive
8282
working-directory: python
83-
run: sh build_sdist.sh
83+
run: |
84+
python -m pip setuptools
85+
sh build_sdist.sh
8486
8587
- name: Fetch sdist archive
8688
uses: tj-actions/glob@2deae40528141fc53131606d56b4e4ce2a486b29 # v22.0.2

0 commit comments

Comments
 (0)