This commit is contained in:
Richard Smith 2024-10-15 23:41:36 +01:00
parent 05ada5fa0d
commit 391e600693

View file

@ -222,7 +222,8 @@ jobs:
pip3 install wheel
pip3 install setuptools
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
uses: actions/upload-artifact@v3.2.1