Skip to content
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

Publish from release #94

Merged
merged 5 commits into from
Feb 10, 2024
Merged

Publish from release #94

merged 5 commits into from
Feb 10, 2024

Conversation

D-o-d-o-x
Copy link
Collaborator

@D-o-d-o-x D-o-d-o-x commented Jan 18, 2024

As discussed, we want to change our CD pipeline.
Currently we publish all tagged commits on master. Untagged commits on master lead to a worklflow failure.
This PR will update the behavior: We publish all commits on the release branch. We disallow direct commits to release and instead require those to be made as PRs (from master). We further enforce all such merges to have a version tag (I can enable such branch protection after this PR was merged).
I also deleted the workflow for automatic deployment onto TestPyPI as there is no such usage intended.

@D-o-d-o-x D-o-d-o-x merged commit f7ccfc8 into master Feb 10, 2024
@D-o-d-o-x D-o-d-o-x deleted the publish_from_release branch February 10, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants