66 - published
77
88env :
9- LIBZIM_DL_VERSION : " 8.2.1-1 "
10- MACOSX_DEPLOYMENT_TARGET : " 11 .0"
9+ LIBZIM_DL_VERSION : " 9.0.0 "
10+ MACOSX_DEPLOYMENT_TARGET : " 12 .0"
1111 CIBW_ENVIRONMENT_PASS_LINUX : " LIBZIM_DL_VERSION"
1212 # APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step
1313 APPLE_SIGNING_KEYCHAIN_PROFILE : " build-profile"
@@ -22,19 +22,19 @@ jobs:
2222 runs-on : ${{ matrix.os }}
2323 strategy :
2424 matrix :
25- os : [ubuntu-20.04, macos-12 ] # macos-11, windows-2019
25+ os : [ubuntu-20.04, macos-13 ] # windows-2019
2626
2727 steps :
2828 - uses : actions/checkout@v3
2929
3030 - name : Set up QEMU
3131 if : runner.os == 'Linux'
32- uses : docker/setup-qemu-action@v2
32+ uses : docker/setup-qemu-action@v3
3333 with :
3434 platforms : all
3535
3636 - name : Prepare Apple Keychain for Signing
37- if : matrix.os == 'macos-12 '
37+ if : matrix.os == 'macos-13 '
3838 shell : bash
3939 run : |
4040 # store certificate on filesystem
@@ -68,10 +68,10 @@ jobs:
6868 security unlock-keychain -p mysecretpassword ${APPLE_SIGNING_KEYCHAIN_PATH}
6969
7070 - name : Build wheels
71- uses : pypa/cibuildwheel@v2.14
71+ uses : pypa/cibuildwheel@v2.16
7272
7373 - name : Cleanup Apple Keychain
74- if : matrix.os == 'macos-12 '
74+ if : matrix.os == 'macos-13 '
7575 shell : bash
7676 run : |
7777 security lock-keychain ${APPLE_SIGNING_KEYCHAIN_PATH}
@@ -107,7 +107,7 @@ jobs:
107107 name : artifact
108108 path : dist
109109
110- - uses : pypa/gh-action-pypi-publish@v1.5.0
110+ - uses : pypa/gh-action-pypi-publish@v1.8.10
111111 with :
112112 user : __token__
113113 # password: ${{ secrets.PYPI_TEST_API_TOKEN }}
0 commit comments