移除python 3.10 CI
This commit is contained in:
parent
2d368f8bf5
commit
1bcef4d141
6
.github/workflows/build-pr.yml
vendored
6
.github/workflows/build-pr.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
||||
matrix:
|
||||
python_version:
|
||||
- "3.11"
|
||||
- "3.10"
|
||||
name: Windows Python ${{ matrix.python_version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -75,7 +74,7 @@ jobs:
|
||||
--include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbisfile-3.dll=libvorbisfile-3.dll `
|
||||
--include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbis-0.dll=libvorbis-0.dll `
|
||||
--windows-disable-console `
|
||||
-o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
|
||||
-o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
|
||||
pypvz.py
|
||||
|
||||
- name: Release the version built by nuitka
|
||||
@ -83,7 +82,7 @@ jobs:
|
||||
with:
|
||||
allowUpdates: true
|
||||
tag: Dev
|
||||
artifacts: ./out/*nuitka*.exe
|
||||
artifacts: ./*nuitka*.exe
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
@ -93,7 +92,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python_version:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
name: Ubuntu Python ${{ matrix.python_version }}
|
||||
steps:
|
||||
|
||||
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
||||
matrix:
|
||||
python_version:
|
||||
- "3.11"
|
||||
- "3.10"
|
||||
name: Windows Python ${{ matrix.python_version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -77,7 +76,7 @@ jobs:
|
||||
--include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbisfile-3.dll=libvorbisfile-3.dll `
|
||||
--include-data-file=c:\hostedtoolcache\windows\python\${{ matrix.python_version }}*\x64\lib\site-packages\pygame\libvorbis-0.dll=libvorbis-0.dll `
|
||||
--windows-disable-console `
|
||||
-o ./out/pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
|
||||
-o pypvz-with-python${{ matrix.python_version }}-nuitka-windows-x64.exe `
|
||||
pypvz.py
|
||||
|
||||
|
||||
@ -86,7 +85,7 @@ jobs:
|
||||
with:
|
||||
allowUpdates: true
|
||||
tag: Latest
|
||||
artifacts: ./out/*nuitka*.exe
|
||||
artifacts: ./*nuitka*.exe
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
linux:
|
||||
@ -95,7 +94,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python_version:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
name: Ubuntu Python ${{ matrix.python_version }}
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user