dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

[ADAP-475] Update release to account for being in GHA #729

Open emmyoop opened 1 year ago

emmyoop commented 1 year ago

High Level Task

Now that we're in GitHub Actions, we can take advantage of the more automated release process! This should mostly be small tweaks and some docs cleanup.

Acceptance Criteria

Details

Testing will probably be the hardest part of this. When testing the release it generates a draft release and published to PyPI test.

Additional Notes

This change needs to be backported to 1.1.latest - 1.5.latest. Specifically the env-setup.sh is what needs to be backported. The release workflow itself is always run off main.