From d6d9a4ebb68d8c84e9232f4825a92b74b886c27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Thu, 23 May 2024 14:46:59 +0100 Subject: [PATCH] ci: Disable release-plz publishing hugr-passes for now (#1103) This is mainly to avoid fails on CI due to `hugr-passes` trying to use the published `hugr 0.4.0` https://github.com/CQCL/hugr/actions/runs/9208802531/job/25331815962#step:4:325 --- release-plz.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-plz.toml b/release-plz.toml index c17abd90a..549cd7637 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -27,3 +27,6 @@ name = "hugr-passes" # Enable the changelog for this package changelog_update = true + +# Disabled until the first version is manually published +publish = false