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:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest]
|
||||||
python-version: [3.9, '3.10', '3.11']
|
python-version: [3.9, "3.10", "3.11"]
|
||||||
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main
|
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main
|
||||||
with:
|
with:
|
||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user