Skip to content

Commit ef270ab

Browse files
committed
Update wheels action
1 parent 3278edd commit ef270ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wheels.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
python-version: '3.x'
1919

2020
- name: Build source package (.tar.gz)
21-
run: python setup.py sdist
21+
run: |
22+
python -m pip install setuptools
23+
python setup.py sdist
2224
2325
- uses: actions/upload-artifact@v3
2426
with:

0 commit comments

Comments
 (0)