From 48117a6894fd097410a07a99e93f19bf0a9ec26a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 8 Jun 2023 14:14:42 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1abec01..d45dc95b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: arch: x86_64 - os: ubuntu-22.04 goal: test - python: "3.12.0-beta - 3.12" + python: "3.12" jid: 12 arch: x86_64 @@ -122,6 +122,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} + allow-prereleases: true - name: Set cURL retry flag run: | @@ -513,7 +514,7 @@ jobs: export PYINSTALLER_BUILD_ONEFILE="yes" export distpath="./dist/gam" export gampath="${distpath}" - "${PYTHON}" -m PyInstaller --clean --noconfirm --distpath="${distpath}" gam.spec + "${PYTHON}" -m PyInstaller --clean --noconfirm --distpath="${distpath}" --collect-all cryptography gam.spec - name: Copy extra package files if: matrix.goal == 'build'