Skip to content

Commit 1d18de0

Browse files
committed
ci: build source dist with wheels (maybe? this sucks)
1 parent 1cf02ed commit 1d18de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- name: Source distribution
1717
run: |
18-
pip install build
19-
python -m build -s
18+
pip3 install build
19+
python3 -m build -s
2020
2121
- name: Build wheels
2222
uses: pypa/[email protected]

0 commit comments

Comments
 (0)