mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Use latest stable Python version
This commit is contained in:
parent
7419863b68
commit
0902854855
2
.github/workflows/wheels-linux.yml
vendored
2
.github/workflows/wheels-linux.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.x"
|
||||||
- name: Build Wheel
|
- name: Build Wheel
|
||||||
run: .github/workflows/build.sh
|
run: .github/workflows/build.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|
2
.github/workflows/wheels-macos.yml
vendored
2
.github/workflows/wheels-macos.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.x"
|
||||||
- name: Build Wheel
|
- name: Build Wheel
|
||||||
run: .github/workflows/build.sh
|
run: .github/workflows/build.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user