Skip to content

Commit

Permalink
Explain manually triggering the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Sep 19, 2024
1 parent 7053cec commit 8d89208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/maintainers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://crates.io/> and the Python wheels to <https://pypi.org/>. 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]
Expand Down

0 comments on commit 8d89208

Please sign in to comment.