Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic versioning #363

Closed
javiermtorres opened this issue Nov 14, 2024 · 1 comment · Fixed by #425
Closed

Dynamic versioning #363

javiermtorres opened this issue Nov 14, 2024 · 1 comment · Fixed by #425
Assignees

Comments

@javiermtorres
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The git tags and project versions should be kept in sync.

Describe the solution you'd like
The version in pyproject.toml can be dynamically filled in, using e.g. the versioningit tool.

Describe alternatives you've considered
The git tag could be checked against the package versions in a CI action.

Additional context
N/A

@javiermtorres javiermtorres linked a pull request Nov 14, 2024 that will close this issue
3 tasks
@javiermtorres javiermtorres self-assigned this Nov 21, 2024
@javiermtorres
Copy link
Contributor Author

The approach we will finally take for the moment is:

  • Modify the pyproject.toml manually
  • Tag and check that the git tag corresponds to the contents of the pyproject.toml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant