Skip to content

Commit eb1ce86

Browse files
committed
GA: publish wheels (fixes #177)
1 parent 021c8d8 commit eb1ce86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-twine.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Build sdist
2121
run: |
2222
python setup.py sdist
23+
python setup.py wheel
2324
- name: Publish to PyPI
2425
uses: pypa/gh-action-pypi-publish@release/v1
2526
with:

0 commit comments

Comments
 (0)