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 b0c4129 commit febd101Copy full SHA for febd101
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: pip install twine
20
- name: Build package
21
- run: python setup.py sdist
+ run: python setup.py sdist bdist_wheel
22
- name: Publish package to PyPI
23
uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
24
with:
0 commit comments