From 1bcef4d141dfc6d4cf932a3cff67c25df9df721f Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Wed, 31 May 2023 23:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4python=203.10=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-pr.yml | 6 ++---- .github/workflows/build.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 2c935ae..6b17e1a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -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: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fcabcb..d257987 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: