diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index a6085a4..5a89250 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -58,7 +58,7 @@ jobs: -w /workdir --user 0 quay.io/pypa/manylinux2014_${{ matrix.arch }}:latest - ./tools/build/build-many.sh 3.8 3.9 3.10 3.11 3.12 + ./tools/build/build-many.sh 3.8 3.9 3.10 3.11 - name: Save Artefacts uses: actions/upload-artifact@v3 @@ -100,7 +100,7 @@ jobs: --user 0 --platform ${{ matrix.platform }} quay.io/pypa/manylinux_2_24_${{ matrix.arch }}:latest - ./tools/build/build-many.sh 3.8 3.9 3.10 3.11 + ./tools/build/build-many.sh 3.8 3.9 3.10 3.11 3.12 - name: Save Artefacts uses: actions/upload-artifact@v3 @@ -171,7 +171,7 @@ jobs: uses: pypa/cibuildwheel@v2.11.2 env: SETUP_RUST_PLATFORM: ${{matrix.platform}}-${{matrix.arch}} - CIBW_BUILD: cp{38,39,310,311}-${{matrix.platform}}_${{matrix.arch}} + CIBW_BUILD: cp{38,39,310,311,312}-${{matrix.platform}}_${{matrix.arch}} CIBW_ARCHS: ${{matrix.arch}} CIBW_ENVIRONMENT: >- PATH=$HOME/.cargo/bin:$PATH