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

[bk] Update individual package publish pipeline to handle rcs #25352

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

benpankow
Copy link
Member

@benpankow benpankow commented Oct 17, 2024

Summary

Updates the logic of our single-package publish BK pipeline to:

  1. Allow selecting any package, not just those with fixed versions in the codebase
  2. If a package is selected that doesn't have a fixed version in the codebase [meaning, it is a package released weekly with typical dagster release version numbers] mandate that the release version is a rc, so it doesn't interrupt typical user installs

The intent is that we can use this pipeline to (1) freeform release packages we don't regularly publish, e.g. dagster-airlift and (2) allow us to easily release release candidates for packages we do regularly publish, e.g. dagster-looker

Test Plan

Successful release:
https://buildkite.com/dagster/publish-single-python-package/builds/56#

Flagging non-rc version for traditional package:
https://buildkite.com/dagster/publish-single-python-package/builds/54

@benpankow
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @benpankow and the rest of your teammates on Graphite Graphite

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.

1 participant