Added wheel publishing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user