Skip to content

style: add docstrings to exaplain QND claculation, add method to Reso… #619

style: add docstrings to exaplain QND claculation, add method to Reso…

style: add docstrings to exaplain QND claculation, add method to Reso… #619

Workflow file for this run

name: Deploy
on:
push:
merge_group:
release:
types:
- published
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12", "3.13"]
uses: qiboteam/workflows/.github/workflows/wheels.yml@v2
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.11' }}
poetry-extras: --with docs --all-extras
secrets: inherit