We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3293b58 commit 1f46301Copy full SHA for 1f46301
1 file changed
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: install dependencies, then build source tarball
19
run: |
20
python3 -m pip install build --user
21
- python3 -m build --sdist --no-wheel
+ python3 -m build --sdist
22
- name: store the distribution packages
23
uses: actions/upload-artifact@v4
24
with:
0 commit comments