Skip to content

setup py project path in workspace #2

setup py project path in workspace

setup py project path in workspace #2

Workflow file for this run

# Automatic changelog and version bumping with release-please for python projects
name: Release-please 🐍
on:
workflow_dispatch: {}
push:
branches:
- main
- ci/python-ci
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: Create release PR
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
#path: "quantinuum-hugr-py"
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.event.ref }}