Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 22, 2023
1 parent 653d8d2 commit cea6e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: pypa/cibuildwheel@v2.15
env:
CFLAGS: "-DCAIRO_WIN32_STATIC_BUILD=1"
CIBW_CONFIG_SETTINGS: ${{ matrix.cibw_arch == 'ARM64' && 'setup-args="--cross-file=${{ github.workspace }}/.ci/cross_amd64_arm64.txt"' || ''}}
CIBW_CONFIG_SETTINGS: ${{ matrix.cibw_arch == 'ARM64' && format('setup-args="--cross-file={0}/.ci/cross_amd64_arm64.txt"', github.workspace) || ''}}
CIBW_ARCHS_WINDOWS: "${{ matrix.cibw_arch }}"
CIBW_BEFORE_BUILD: "python {package}/.ci/download-cairo-win32.py ${{ matrix.cairo_plat }}"
CIBW_BUILD: cp38-${{ matrix.platform_id }} cp39-${{ matrix.platform_id }} cp310-${{ matrix.platform_id }} cp311-${{ matrix.platform_id }} cp312-${{ matrix.platform_id }}
Expand Down

0 comments on commit cea6e89

Please sign in to comment.