From f6b4c5c759a152be2d2418e4073dcc3756676ae5 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Sat, 2 Mar 2024 10:28:35 +0100 Subject: [PATCH] ci: Drop macos and windows wheels generation --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aec3295..e1e4577 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,8 +11,8 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.9, '3.10', '3.11'] + os: [ubuntu-latest] + python-version: [3.9, "3.10", "3.11"] uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main with: os: ${{ matrix.os }}