Skip to content

MQT Core 2.2.2 Release #17

MQT Core 2.2.2 Release

MQT Core 2.2.2 Release #17

Workflow file for this run

name: CD
on:
release:
types: [published]
workflow_dispatch:
jobs:
python-packaging:
name: 馃悕 Packaging
uses: ./.github/workflows/reusable-python-packaging.yml
deploy:
if: github.event_name == 'release' && github.event.action == 'published'
name: 馃殌 Deploy to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/mqt.core
permissions:
id-token: write
needs: [python-packaging]
steps:
- uses: actions/download-artifact@v4
with:
pattern: cibw-*
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1