Skip to content

add shape defualt value #62

add shape defualt value

add shape defualt value #62

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.9, "3.10", "3.11"]
include:
- os: ubuntu-latest
python-version: 3.8
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main
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 --all-extras
secrets: inherit