parent
d28d9e704a
commit
89e0a15ce7
|
@ -31,6 +31,7 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install build
|
pip install build
|
||||||
pip install setuptools
|
pip install setuptools
|
||||||
|
pip install wheel
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python setup.py bdist_wheel
|
run: python setup.py bdist_wheel
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
|
|
Loading…
Reference in New Issue