Added wheel publishing

This commit is contained in:
Josh Miklos
2020-06-22 16:12:52 -07:00
parent b8453da881
commit 829d8bace8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,5 +20,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install .
pip install wheel
- name: Test with tox
run: tox -p auto -o