-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Release: 0.3.0 #97
Merged
Conversation
This file contains 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
…rough comparability adapter.
Still require commits to be tagged.
Will be enforced via branch protection.
Publish from release
Migrate to ReadTheDocs-based Documentation
Version validation seems to work. If the commit tag is pushed after opening the PR, the Action has to be re-run manually to pass. |
Closed
This should probably be merged after #98. That way the Links on the PyPI-Page will also already be set to the final ones. |
Also merge #99 before this one. |
D-o-d-o-x
had a problem deploying
to
github-pages
March 14, 2024 14:56
— with
GitHub Actions
Failure
Onur4229
approved these changes
Mar 15, 2024
This was referenced Mar 20, 2024
Draft
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.
This PR tests our new CI release setup, aiming to push a release to PyPI when merged. Such PRs onto release should be blocked when either no version tag is detected or a mismatch between the tag and the version found in pyproject.toml is found. This ensures our version numbers are always in sync.
Content wise, it combines the latest from our master branch with the versioning improvements made in PR #96.
This PR should only be merged after PR #96 was merged into master.
Basically, we're testing to make sure our new release process works as intended. Let's see how it goes.