Skip to content

Commit 8b673fe

Browse files
authored
ci: test building the wheel from the SDist
1 parent 5b34935 commit 8b673fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
pip install --upgrade wheel setuptools build
9191
9292
- name: Build package
93-
run: python -m build -s -w -o dist/
93+
run: python -m build -o dist/
9494
- uses: actions/upload-artifact@v2
9595
with:
9696
name: dist

0 commit comments

Comments
 (0)