Skip to content

Try linking Windows C++ runtime statically. #10

Try linking Windows C++ runtime statically.

Try linking Windows C++ runtime statically. #10

Workflow file for this run

name: Build wheels
on: push
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
steps:
- uses: actions/checkout@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: "cp3*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ENVIRONMENT_WINDOWS: "CL=-d2FH4- _CL_=-MT"
CIBW_BUILD_VERBOSITY: 3
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl