Skip to content

Commit febd101

Browse files
sodle-splunkIckerday
authored andcommitted
Update release workflow to build wheel package (#656)
1 parent b0c4129 commit febd101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: pip install twine
2020
- name: Build package
21-
run: python setup.py sdist
21+
run: python setup.py sdist bdist_wheel
2222
- name: Publish package to PyPI
2323
uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
2424
with:

0 commit comments

Comments
 (0)