mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
ci: re-enable builds suspended to build macOS packages for Python 3.11
This commit is contained in:
parent
8c824d0e47
commit
deb00e5454
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-sdist:
|
||||
if: false
|
||||
if: true
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
|
||||
build-manylinux:
|
||||
if: false
|
||||
if: true
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.11']
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
|
||||
|
||||
steps:
|
||||
- name: Checkout repos
|
||||
|
|
Loading…
Reference in New Issue
Block a user