ci: Drop macos and windows wheels generation
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user