try rpi build
This commit is contained in:
parent
492544ede7
commit
79eabff719
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue