You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is ideal for setting the version from an external source (e.g. in CICD), but this also means that if the environment variable is not set, some commands (e.g. pip install -e . will fail because the version was not set.
It would be great to have an optional default option to specify the version to use if none is set. e.g.
Right now, hatch has an environment version source, which can be used to specify an environment variable to take the version from. e.g:
This is ideal for setting the version from an external source (e.g. in CICD), but this also means that if the environment variable is not set, some commands (e.g.
pip install -e .
will fail because the version was not set.It would be great to have an optional
default
option to specify the version to use if none is set. e.g.The text was updated successfully, but these errors were encountered: