File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@v4.1.1
3737
3838 - name : Build wheels
39- uses : pypa/cibuildwheel@v2.20.0
39+ uses : pypa/cibuildwheel@v2.21.3
4040 env :
4141 CIBW_ARCHS_WINDOWS : " AMD64 x86"
4242 # AMD64 and Intel32 wheels, but not ARM64 (yet)
6060 uses : docker/setup-qemu-action@v3.0.0
6161
6262 - name : Build wheels
63- uses : pypa/cibuildwheel@v2.20.0
63+ uses : pypa/cibuildwheel@v2.21.3
6464 env :
6565 # based on CentOS 7; glibc 64-bit builds only; no bundled libraries
6666 # https://github.com/pypa/manylinux#docker-images
9494 - uses : actions/checkout@v4.1.1
9595
9696 - name : Build wheels
97- uses : pypa/cibuildwheel@v2.20.0
97+ uses : pypa/cibuildwheel@v2.21.3
9898 # https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary
9999 env :
100100 CIBW_ARCHS_MACOS : x86_64
@@ -122,7 +122,7 @@ jobs:
122122 run : brew install unixodbc
123123
124124 - name : Build wheels
125- uses : pypa/cibuildwheel@v2.20.0
125+ uses : pypa/cibuildwheel@v2.21.3
126126 # https://cibuildwheel.readthedocs.io/en/stable/options/#options-summary
127127 env :
128128 CIBW_ARCHS_MACOS : arm64
You can’t perform that action at this time.
0 commit comments