Skip to content

Commit 1f46301

Browse files
author
Austin Glover
committed
--sdist only
1 parent 3293b58 commit 1f46301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: install dependencies, then build source tarball
1919
run: |
2020
python3 -m pip install build --user
21-
python3 -m build --sdist --no-wheel
21+
python3 -m build --sdist
2222
- name: store the distribution packages
2323
uses: actions/upload-artifact@v4
2424
with:

0 commit comments

Comments
 (0)