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

Use setuptools_scm for package versions #243

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Use setuptools_scm for package versions #243

merged 1 commit into from
Oct 15, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Oct 15, 2024

Removes some extra build-system.requires entries.

So far, repository versions were date-based (well, there was only one, v20230717). The Python package had a constant version number 0.0.0a1.
To work well with the default setuptools_scm schema, future releases should ideally use vYYYY.MM.DD tags.
The Python package will then also have the same version as the benchmark collection as such.

@dweindl dweindl marked this pull request as ready for review October 15, 2024 10:33
@dweindl dweindl requested a review from dilpath October 15, 2024 10:34
Copy link
Collaborator

@dilpath dilpath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, should we delete the fallback version and make a GitHub release immediately after merging this, with the appropriate version format?

@dweindl
Copy link
Member Author

dweindl commented Oct 15, 2024

Thanks, should we delete the fallback version and make a GitHub release immediately after merging this, with the appropriate version format?

Good to make a release, but no need to remove the fallback version. This will just be ignored then.

Update: Created a compatible tag for the previous release and removed the fallback.

@dweindl dweindl force-pushed the setuptoolsscm branch 2 times, most recently from 6680903 to 76b2ebd Compare October 15, 2024 11:26
Removes some extra `build-system.requires` entries.
@dweindl dweindl merged commit c163e11 into master Oct 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants