Skip to content

Commit fe7a5f4

Browse files
committed
fix build
1 parent b0b2b4c commit fe7a5f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
python-version: '3.10'
2121

2222
- name: Install python dependencies
23-
run: pip install build twine
23+
run: pip install --upgrade pip build twine
2424

2525
- name: Build sdist and wheel
2626
run: |
27-
python -m build -o wheelhouse
27+
python -m build --sdist --wheel -o wheelhouse
2828
2929
- name: List and check sdist
3030
run: |

0 commit comments

Comments
 (0)