Skip to content

Commit

Permalink
chore: releasing hugr-py-0.2.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed May 10, 2024
1 parent f81c63f commit 9e4dfdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- 'release/hugr-py-0.2.0-pre*'
tags:
- '**'

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- 'release/hugr-py-0.2.0-pre*'

permissions:
contents: write
Expand All @@ -20,3 +21,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
# https://stackoverflow.com/a/71158878
target-branch: ${{ github.head_ref || github.ref_name }}

0 comments on commit 9e4dfdf

Please sign in to comment.