File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 46
46
python -m pip install --upgrade pip
47
47
pip3 install cffi
48
48
pip3 install wheel
49
- rm raylib/dynamic/*.so* raylib/dynamic/*.dll raylib/dynamic/*.dylib raylib/dynamic/32bit/*
50
49
python setup.py bdist_wheel
51
50
52
51
- name : Upload build Artifact wheel
93
92
python -m pip install --upgrade pip
94
93
pip3 install cffi
95
94
pip3 install wheel
96
- rm raylib/dynamic/*.so* raylib/dynamic/*.dll raylib/dynamic/*.dylib raylib/dynamic/32bit/*
97
95
python setup.py bdist_wheel --plat-name manylinux2014_x86_64
98
96
99
97
- name : Upload build Artifact wheel
@@ -179,7 +177,6 @@ jobs:
179
177
python -m pip install --upgrade pip
180
178
pip3 install cffi
181
179
pip3 install wheel
182
- rm raylib/dynamic/*.so* raylib/dynamic/*.dll raylib/dynamic/*.dylib raylib/dynamic/32bit/*
183
180
python setup.py sdist
184
181
185
182
- name : Upload build Artifact wheel
You can’t perform that action at this time.
0 commit comments