Skip to content

Commit 3077ad5

Browse files
authored
only build source dist
1 parent 75fba9b commit 3077ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Run Tests
3333
run: |
3434
python tests.py
35-
python setup.py sdist bdist_wheel
35+
python setup.py sdist
3636
twine check dist/*

0 commit comments

Comments
 (0)