Publish bdist_wheel

This commit is contained in:
Andrew Rabert 2022-02-03 14:33:27 -05:00
parent 63731515a8
commit 18a20baa4b

View file

@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v1
- name: Build package
run: python3 setup.py sdist
run: python3 setup.py bdist_wheel sdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
with: