Closed shalabhc closed 1 year ago
The main entrypoint for the script is:
python scripts/release.py 0.1.21 0.1.20
This builds and publishes the docker action, builds the dagster-cloud.pex file and replaces the references to the old version (that's why it accepts the version_tag previous_version_tag as arguments).
version_tag previous_version_tag
Your pull request is automatically being deployed to Dagster Cloud.
from_gh_action
The main entrypoint for the script is:
This builds and publishes the docker action, builds the dagster-cloud.pex file and replaces the references to the old version (that's why it accepts the
version_tag previous_version_tag
as arguments).