|
20 | 20 | runs-on: macos-15-intel |
21 | 21 | strategy: |
22 | 22 | matrix: |
23 | | - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11', 'pypy-3.10' ] |
| 23 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11' ] |
24 | 24 | raylib-platform: ['Desktop', 'SDL'] |
25 | 25 | env: |
26 | 26 | MACOSX_DEPLOYMENT_TARGET: '10.13' |
@@ -358,8 +358,8 @@ jobs: |
358 | 358 | - name: Publish to PyPI |
359 | 359 | if: ${{ inputs.publish_to_pypi == true }} |
360 | 360 | run: | |
361 | | - python3 -m pip install twine |
362 | | - python3 -m twine upload -u __token__ -p ${{ secrets.PYPI_KEY }} wheelhouse/*.whl |
| 361 | + python3.13 -m pip install twine |
| 362 | + python3.13 -m twine upload -u __token__ -p ${{ secrets.PYPI_KEY }} wheelhouse/*.whl |
363 | 363 |
|
364 | 364 | - name: Upload build Artifact wheel |
365 | 365 | uses: actions/upload-artifact@v4 |
@@ -481,8 +481,8 @@ jobs: |
481 | 481 | - name: Publish to PyPI |
482 | 482 | if: ${{ inputs.publish_to_pypi == true }} |
483 | 483 | run: | |
484 | | - python3 -m pip install twine |
485 | | - python3 -m twine upload -u __token__ -p ${{ secrets.PYPI_KEY }} wheelhouse/*.whl |
| 484 | + python3.13 -m pip install twine |
| 485 | + python3.13 -m twine upload -u __token__ -p ${{ secrets.PYPI_KEY }} wheelhouse/*.whl |
486 | 486 |
|
487 | 487 | - name: Upload build Artifact wheel |
488 | 488 | uses: actions/upload-artifact@v4 |
@@ -618,7 +618,7 @@ jobs: |
618 | 618 | # You can use PyPy versions in python-version. |
619 | 619 | # For example, pypy2 and pypy3 |
620 | 620 | matrix: |
621 | | - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11', 'pypy-3.10' ] |
| 621 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11' ] |
622 | 622 | raylib-platform: ['Desktop', 'SDL', 'SDL_SOFT'] |
623 | 623 | steps: |
624 | 624 | - uses: actions/checkout@v4 |
|
0 commit comments