Skip to content

Commit

Permalink
ci: add win to package build
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Nov 17, 2023
1 parent 3c5e848 commit 9ee61bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ee61bd

Please sign in to comment.