We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b34935 commit 8b673feCopy full SHA for 8b673fe
.github/workflows/python-tests.yml
@@ -90,7 +90,7 @@ jobs:
90
pip install --upgrade wheel setuptools build
91
92
- name: Build package
93
- run: python -m build -s -w -o dist/
+ run: python -m build -o dist/
94
- uses: actions/upload-artifact@v2
95
with:
96
name: dist
0 commit comments