From 8d892089ce91b69579de07eb755a743e16aaa859 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Thu, 19 Sep 2024 13:56:05 +0200 Subject: [PATCH] Explain manually triggering the release workflow --- docs/maintainers-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/maintainers-guide.md b/docs/maintainers-guide.md index 00d857ba..0d90ca98 100644 --- a/docs/maintainers-guide.md +++ b/docs/maintainers-guide.md @@ -13,7 +13,9 @@ is pushed to the repository. It then uploads pre-compiled libraries of the CAPI for Linux, MacOS and Windows to Github, publishes the crates to and the Python wheels to . Finally, - it creates a new release on PineAPPL's Github [release page] + it creates a new release on PineAPPL's Github [release page]. You can + manually run this workflow from any branch to check whether it works, if + there's no tag no actual release will be made. - `rust.yml`: checks whether the Rust code succesfully compiles and generates code coverage - `.github/codecov.yml`: configuration file for PineAPPL's [codecov page]