Redo release workflow#4609
Merged
Merged
Conversation
Summary of changes: * Instead of making a release via the GUI triggering a PyPI publishing workflow the new approach is to trigger a workflow manually. That way we can do some safety checks before publishing. * We now make releases from branches *off* `release`. This means that we can test the FIAT `release` branch against our own and also means that the version number in the `pyproject.toml` can have a `.dev0` suffix. This is useful because it means Python can distinguish between an install of the `release` branch and an actual release.
Contributor
Author
|
Merging as all the relevant parts of CI are passing and this is holding up release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes:
release. This means that we can test the FIATreleasebranch against our own and also means that the version number in thepyproject.tomlcan have a.dev0suffix. This is useful because it means Python can distinguish between an install of thereleasebranch and an actual release.