Build packages for macOS x86_64 Python 3.11

The required images weren't available at the time of building the other
packages. See #1514.

The changeset includes temporary changes to skip other builds. They will
be reverted before merging.
This commit is contained in:
Daniele Varrazzo 2022-10-27 00:28:04 +02:00
parent 1bf8e77ea2
commit 8c824d0e47

View File

@ -6,6 +6,7 @@ on:
jobs: jobs:
build-sdist: build-sdist:
if: false
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -53,6 +54,7 @@ jobs:
build-manylinux: build-manylinux:
if: false
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -114,10 +116,11 @@ jobs:
build-macos: build-macos:
runs-on: macos-latest runs-on: macos-latest
if: true
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] python-version: ['3.11']
steps: steps:
- name: Checkout repos - name: Checkout repos