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.
2 parents 5b34935 + 8b673fe commit f154230Copy full SHA for f154230
.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