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 allows to give instructions that match the current status of the
repository (a released tag, a development branch, etc.).
The new macro variables are:
- `version`: An object with all the repository version information.
- `version_requirement`: A string with the version requirement to use
the repository at the current version. Can be used to specify
dependency requirements in `pyproject.toml` files.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments