Update main.yml

This commit is contained in:
Richard Smith 2021-06-28 11:41:15 +01:00 committed by GitHub
parent 35e8654826
commit 45ea4c6f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,14 @@ jobs:
sudo make install
- name: Build raylib-python-cffi
run: |
python -m pip install --upgrade pip
pip3 install cffi
pip3 install wheel
python setup.py bdist_wheel --plat-name manylinux2014_x86_64
- name: Upload buile Artifact wheel
uses: actions/upload-artifact@v2.2.4
with:
name: wheel
path: dist/*