Skip to content

Commit 9a62274

Browse files
committed
Build only wheel, no source package
1 parent fe3b1a4 commit 9a62274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Build package
3232
run: |
33-
python -m build
33+
python -m build -w
3434
3535
- name: Publish to PyPI via Trusted Publishing
3636
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)