Skip to content

Commit d186f23

Browse files
Build sdist without pipx
1 parent 7c4c7c3 commit d186f23

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
submodules: true
2323

2424
- name: Build SDist
25-
run: pipx run build --sdist
26-
27-
- name: Check metadata
28-
run: pipx run twine check dist/*
25+
run: python setup.py sdist
2926

3027
- uses: actions/upload-artifact@v2
3128
with:

0 commit comments

Comments
 (0)