We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b2b4c commit fe7a5f4Copy full SHA for fe7a5f4
1 file changed
.github/workflows/wheels.yml
@@ -20,11 +20,11 @@ jobs:
20
python-version: '3.10'
21
22
- name: Install python dependencies
23
- run: pip install build twine
+ run: pip install --upgrade pip build twine
24
25
- name: Build sdist and wheel
26
run: |
27
- python -m build -o wheelhouse
+ python -m build --sdist --wheel -o wheelhouse
28
29
- name: List and check sdist
30
0 commit comments