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

fix build hook #14

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

fix build hook #14

wants to merge 5 commits into from

Conversation

chrisaddy
Copy link
Contributor

poetry version -s uses the value in pyproject.toml tool.version but with dynamic versioning (allowing us to pass in the version to the package itself) means it will key off of a git tag. Having git tags is nice in its own right, but then it also rewrites the default behavior of poetry version so explicitly looking in pyproject.toml and updating the git version before build/install.

@MadcowD
Copy link
Owner

MadcowD commented Jul 31, 2024

will this overwrite tags if i build twice?

@MadcowD
Copy link
Owner

MadcowD commented Aug 4, 2024

@chrisaddy ?

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