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

Generate version with setuptools_scm and migrate to pyproject.toml #2028

Merged
merged 7 commits into from
Dec 8, 2023

Conversation

thomasjpfan
Copy link
Member

@thomasjpfan thomasjpfan commented Dec 7, 2023

Why are the changes needed?

Remove the need for custom code to wrangle the version during release.

What changes were proposed in this pull request?

Migrate to pyproject.toml and use setuptools_scm to generate the version based on tags. If the build is run on a commit that is also tagged, the version is the tag. For a development build, it will bump the version by +0.0.1.dev*, which has a "dev" tag at the end.

For testing, you can dynamically get the generated version with python -m setuptools_scm in the command line. For the current dev release, we have:

❯ python -m setuptools_scm
1.10.3.dev5+gb3e49a79a

Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (be4ca8c) 85.17% compared to head (db829de) 85.91%.

Files Patch % Lines
flytekit/configuration/default_images.py 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2028      +/-   ##
==========================================
+ Coverage   85.17%   85.91%   +0.73%     
==========================================
  Files         272      306      +34     
  Lines       21144    22818    +1674     
  Branches     3466     3466              
==========================================
+ Hits        18010    19604    +1594     
- Misses       2543     2622      +79     
- Partials      591      592       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Signed-off-by: Thomas J. Fan <thomasjpfan@gmail.com>
Copy link
Collaborator

@eapolinario eapolinario left a comment

Choose a reason for hiding this comment

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

Awesome, thank you!

@eapolinario eapolinario merged commit f0d4f13 into flyteorg:master Dec 8, 2023
73 of 74 checks passed
Future-Outlier pushed a commit to Future-Outlier/flytekit that referenced this pull request Dec 12, 2023
Future-Outlier pushed a commit to Future-Outlier/flytekit that referenced this pull request Dec 12, 2023
RRap0so pushed a commit to RRap0so/flytekit that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants