fixed mising wheel package

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-11-29 13:54:34 +01:00
parent a56ef70407
commit bc1f13c9b2
No known key found for this signature in database

View File

@ -19,7 +19,7 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: pip install -e '.[dev]' && python setup.py bdist_wheel sdist
run: pip install -e '.[dev]' && pip install wheel && python setup.py bdist_wheel sdist
- name: Upload to TestPyPI
run: |