Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit c8ccf4a

Browse files
Update main.yml
1 parent 8e1fd48 commit c8ccf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: 3.6
5252
- name: Build a source tarball
5353
run:
54-
python setup.py sdist
54+
python setup.py sdist bdist_wheel
5555

5656
- name: Publish package to PyPI
5757
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)