Replace qubit_pauli_string with qubit_pauli_tensor (#200) #30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Automatic changelog generation and version bumping with release-please | |
name: Release-please 🐍 | |
on: | |
workflow_dispatch: {} | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
release-please: | |
name: Create release PR | |
runs-on: ubuntu-latest | |
steps: | |
- uses: google-github-actions/[email protected] | |
with: | |
token: ${{ secrets.HUGRBOT_PAT }} |