try rpi build

This commit is contained in:
richard 2022-06-26 03:06:10 +01:00
parent 492544ede7
commit 79eabff719
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ jobs:
- name: Build raylib-python-cffi
run: |
python setup.py bdist_wheel
python3 setup.py bdist_wheel
- name: Upload build Artifact wheel
uses: actions/upload-artifact@v2.2.4