Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Enable
hugr-cli
release, don't create tags (#1119)
(Hopefully) the last one of these. - Sets `release = true` for `hugr-cli`, so it gets processed by `release-plz`. - Sets `git_tag_enable = false` instead of `_release`. - So no tag gets created. Otherwise the following runs fail due to the unpublished tags ``` package `hugr-core` not found in the registry, but the git tag hugr-core-v0.0.0 exists. Consider running `cargo publish` manually to publish this package. ``` https://github.com/CQCL/hugr/actions/runs/9271530632/job/25507136576#step:4:231 - This also implies the `_release` flag, since that requires a tag
- Loading branch information