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
@@ -16,6 +16,7 @@ jobs:
- uses: dschep/install-poetry-action@v1.2
- name: Install and build
run: pip install .
pip install wheel
- name: Build with Poetry
run: python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to Test PyPI
+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