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

Commit 8248083

Browse files
Update main.yml
1 parent 80cadfe commit 8248083

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ jobs:
4949
uses: actions/setup-python@v2
5050
with:
5151
python-version: 3.6
52-
- name: Build a source tarball
53-
run:
52+
- name: Build a source tarball and wheel
53+
run: |
54+
pip install wheel
5455
python setup.py sdist bdist_wheel
5556
5657
- name: Publish package to PyPI

0 commit comments

Comments
 (0)