try
This commit is contained in:
parent
05ada5fa0d
commit
391e600693
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -222,7 +222,8 @@ 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
|
||||||
python3 -c 'import pyray; pyray.init_window(100,100,"test"); raise "foo" '
|
pip3 install dist/*.whl
|
||||||
|
python3 -c 'import pyray; pyray.init_window(100,100,"test")'
|
||||||
|
|
||||||
- name: Upload build Artifact wheel
|
- name: Upload build Artifact wheel
|
||||||
uses: actions/upload-artifact@v3.2.1
|
uses: actions/upload-artifact@v3.2.1
|
||||||
|
|
Reference in a new issue