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

Do not release on every push to master #23

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

mdumandag
Copy link
Contributor

It doesn't make sense to do a release to PyPI for every commit pushed to the master. We should instead do the releases when we are sure that the code in the master branch is OK to release.

Hence, this PR makes the release workflow run on the workflow_dispatch event, which is a manual trigger.

It doesn't make sense to do a release to PyPI for every commit
pushed to the master. We should instead do the releases when
we are sure that the code in the master branch is OK to release.

Hence, this PR makes the release workflow run on the `workflow_dispatch`
event, which is a manual trigger.
Copy link
Collaborator

@burak-upstash burak-upstash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also makes sense. Thank you

@burak-upstash burak-upstash merged commit 6e6d113 into main Jul 4, 2023
1 check passed
@burak-upstash burak-upstash deleted the do-not-release-on-every-push branch July 4, 2023 06:33
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