Skip to content

Commit f154230

Browse files
Merge pull request #614 from henryiii/patch-3
ci: test building the wheel from the SDist
2 parents 5b34935 + 8b673fe commit f154230

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)