diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96fdfc..1b3c5b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,13 +77,13 @@ jobs: CIBW_BEFORE_BUILD_LINUX: yum install -y boost-devel CIBW_BEFORE_BUILD_MACOS: brew install boost CIBW_BEFORE_BUILD_WINDOWS: choco install -y boost-msvc-14.2 - CIBW_SKIP: "*-win32" MACOSX_DEPLOYMENT_TARGET: 10.14 targets: | - cp3{10,11,12}-macosx_arm64 - cp3{10,11,12}-macosx_x86_64 - cp3{10,11,12}-manylinux_aarch64 - cp3{10,11,12}-manylinux_x86_64 - - windows + - cp3{10,11,12}-win_amd64 + - cp3{10,11,12}-win_arm64 secrets: pypi_token: ${{ secrets.PYPI_TOKEN }}