Skip to content

Commit

Permalink
Update pylibczirw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz authored Sep 23, 2024
1 parent e7f3168 commit 7ecf9dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pylibczirw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
pylibczirwVersion:
description: "pylibCZIrw version"
required: true
default: "4.1.1"
default: "4.1.3"
cibwVersion:
description: "cibuildwheel version"
default: "2.18.1"
default: "2.21.3"

jobs:
build_wheels:
Expand Down Expand Up @@ -84,6 +84,7 @@ jobs:
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_WINDOWS: "AMD64"
CIBW_MANYLINUX_X86_64_IMAGE: "quay.io/pypa/manylinux2014_x86_64:2024.09.22-4"
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-13' && '12.0' || '14.0' }}
with:
package-dir: ./pylibCZIrw
Expand Down

0 comments on commit 7ecf9dd

Please sign in to comment.