try
This commit is contained in:
parent
391e600693
commit
3314597eed
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -222,7 +222,10 @@ jobs:
|
||||||
pip3 install wheel
|
pip3 install wheel
|
||||||
pip3 install setuptools
|
pip3 install setuptools
|
||||||
python setup.py bdist_wheel --plat-name manylinux2014_x86_64
|
python setup.py bdist_wheel --plat-name manylinux2014_x86_64
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
pip3 install dist/*.whl
|
pip3 install dist/*.whl
|
||||||
|
cd /
|
||||||
python3 -c 'import pyray; pyray.init_window(100,100,"test")'
|
python3 -c 'import pyray; pyray.init_window(100,100,"test")'
|
||||||
|
|
||||||
- name: Upload build Artifact wheel
|
- name: Upload build Artifact wheel
|
||||||
|
|
Reference in a new issue