We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021c8d8 commit eb1ce86Copy full SHA for eb1ce86
.github/workflows/publish-twine.yaml
@@ -20,6 +20,7 @@ jobs:
20
- name: Build sdist
21
run: |
22
python setup.py sdist
23
+ python setup.py wheel
24
- name: Publish to PyPI
25
uses: pypa/gh-action-pypi-publish@release/v1
26
with:
0 commit comments