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

Commit 80cadfe

Browse files
authored
Merge pull request #390 from AurelienJaquier/master
Create and upload wheels to pypi
2 parents 8e1fd48 + c8ccf4a commit 80cadfe

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)