Changes
- Fixed a potential problem in which edr would fail to install (information below).
- Action is written in Python.
In case we only release a new dbt version (say 1.2.3), but not a new edr, Doing pip install elementary-data~=1.2.3 where the Python package only has 1.2.2, would fail. The change covers this case by changing the revision (MAJOR.MINOR.REVISION) to be always 0, therefore running pip install elementary-data~=1.2.0.