|
17 | 17 | runs-on: macos-11
|
18 | 18 | strategy:
|
19 | 19 | matrix:
|
20 |
| - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ] |
| 20 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ] |
21 | 21 | steps:
|
22 | 22 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
23 | 23 | - uses: actions/checkout@v2
|
|
52 | 52 | python -m pip install --upgrade pip
|
53 | 53 | pip3 install cffi
|
54 | 54 | pip3 install wheel
|
| 55 | + pip3 install setuptools |
55 | 56 | python setup.py bdist_wheel --plat-name macosx_10_15_x86_64
|
56 | 57 |
|
57 | 58 | - name: Upload build Artifact wheel
|
@@ -164,7 +165,7 @@ jobs:
|
164 | 165 | # You can use PyPy versions in python-version.
|
165 | 166 | # For example, pypy2 and pypy3
|
166 | 167 | matrix:
|
167 |
| - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ] |
| 168 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ] |
168 | 169 | steps:
|
169 | 170 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
170 | 171 | - uses: actions/checkout@v2
|
@@ -199,6 +200,7 @@ jobs:
|
199 | 200 | python -m pip install --upgrade pip
|
200 | 201 | pip3 install cffi
|
201 | 202 | pip3 install wheel
|
| 203 | + pip3 install setuptools |
202 | 204 | python setup.py bdist_wheel --plat-name manylinux2014_x86_64
|
203 | 205 |
|
204 | 206 | - name: Upload build Artifact wheel
|
@@ -246,7 +248,7 @@ jobs:
|
246 | 248 | # You can use PyPy versions in python-version.
|
247 | 249 | # For example, pypy2 and pypy3
|
248 | 250 | matrix:
|
249 |
| - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ] |
| 251 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ] |
250 | 252 | steps:
|
251 | 253 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
252 | 254 | - uses: actions/checkout@v2
|
@@ -280,6 +282,7 @@ jobs:
|
280 | 282 | python -m pip install --upgrade pip
|
281 | 283 | pip3 install cffi
|
282 | 284 | pip3 install wheel
|
| 285 | + pip3 install setuptools |
283 | 286 | del raylib\dynamic\*.so* >nul 2>&1
|
284 | 287 | del raylib\dynamic\*.dll >nul 2>&1
|
285 | 288 | del raylib\dynamic\*.dylib >nul 2>&1
|
@@ -330,6 +333,7 @@ jobs:
|
330 | 333 | python -m pip install --upgrade pip
|
331 | 334 | pip3 install cffi
|
332 | 335 | pip3 install wheel
|
| 336 | + pip3 install setuptools |
333 | 337 | python setup.py sdist
|
334 | 338 |
|
335 | 339 | - name: Upload build Artifact wheel
|
@@ -360,6 +364,7 @@ jobs:
|
360 | 364 | python -m pip install --upgrade pip
|
361 | 365 | pip3 install cffi
|
362 | 366 | pip3 install wheel
|
| 367 | + pip3 install setuptools |
363 | 368 | cd dynamic
|
364 | 369 | python setup.py sdist
|
365 | 370 |
|
|
0 commit comments