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

Improve CI Workflow to Handle Potential Multiple Releases #218

Open
SajidAlamQB opened this issue May 22, 2023 · 0 comments
Open

Improve CI Workflow to Handle Potential Multiple Releases #218

SajidAlamQB opened this issue May 22, 2023 · 0 comments

Comments

@SajidAlamQB
Copy link
Contributor

SajidAlamQB commented May 22, 2023

Description

Following the successful transition of our release workflow from CircleCI to GitHub Actions (GHA) in PR #203, we identified a few additional considerations worth addressing.

In our current setup, the CI process iterates over the plugin paths and verifies the versions in each plugin's __init__.py against their respective entries on PyPi. The CI process triggers a release at the first instance where it doesn't find a matching version on PyPi, without considering whether a PR may contain multiple releases.

While it is generally unlikely for a PR to incorporate several releases simultaneously, it might be prudent to build in mechanisms to either handle such cases or at the very least, generate an alert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants