This commit is contained in:
Richard Smith 2024-10-15 21:00:59 +01:00
parent 10692d5168
commit 05ada5fa0d

View file

@ -222,6 +222,7 @@ 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" '
- name: Upload build Artifact wheel
uses: actions/upload-artifact@v3.2.1