Skip to content

Commit 06f83b6

Browse files
committed
Deploy only wheel file
1 parent 3d9a209 commit 06f83b6

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)