From 072e606afacf2ebf1b78f04e9b5c3f2d6c893918 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Garrido Date: Thu, 27 Jul 2023 19:50:52 +0200 Subject: [PATCH] CI: build wheelhouse for all OS --- .github/workflows/ci_cd.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index a19c1a4ef5f..f6001c6bba0 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -47,8 +47,13 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest, macos-latest] python-version: ['3.8', '3.9', '3.10', '3.11'] + should-release: + - ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags') }} + exclude: + - should-release: false + os: macos-latest steps: - name: Build wheelhouse and perform smoke test uses: ansys/actions/build-wheelhouse@v4