Skip to content

implemented Ale and Matteo comments #3187

implemented Ale and Matteo comments

implemented Ale and Matteo comments #3187

Workflow file for this run

# A single CI script with github workflow
name: Build wheels and deploy
on:
workflow_dispatch:
push:
merge_group:
release:
types:
- published
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 3.8, 3.9, '3.10', '3.11']
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main

Check failure on line 18 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main" (source branch with sha:c9604b6d750a3a72a85a9cb22dd7c8e433607c82) : You have an error in your yaml syntax on line 31
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
publish: ${{ github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' }}
poetry-extras: "--with tests,docs"
secrets: inherit