diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1f39ac1..19ca3c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,7 @@ jobs: uses: ./.github/workflows/reusable-build.yml with: CIBW_SKIP: "pp* cp36-* cp37-*" - CIBW_BUILD: "cp*-macosx* cp*-manylinux*" + CIBW_BUILD: "cp*-macosx* cp*-manylinux* cp*-win*" VERSION: ${{ github.ref_name }} secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 830afa9..b342f14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: uses: ./.github/workflows/reusable-build.yml with: CIBW_SKIP: "pp* cp36-* cp37-*" - CIBW_BUILD: "cp*-macosx* cp*-manylinux*" + CIBW_BUILD: "cp*-macosx* cp*-manylinux* cp*-win*" secrets: inherit full-tests-python: