Skip to content

Conversation

henryiii
Copy link
Contributor

@henryiii henryiii commented Mar 26, 2024

Rework versioning to come from pyproject.toml. Other cleanups.

@henryiii henryiii force-pushed the henryiii/chore/reworkversion branch 4 times, most recently from c2805c7 to c5422eb Compare March 26, 2024 06:30
Signed-off-by: Henry Schreiner <[email protected]>
@henryiii henryiii force-pushed the henryiii/chore/reworkversion branch from f1ee141 to 099bfe2 Compare April 5, 2024 03:13
# The full version, including alpha/beta/rc tags.
release = version
with pyproject.open('rb') as f:
release = tomllib.load(f)["project"]["version"]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This fixes the docs build, which has been broken for quite a while.

@thewtex
Copy link
Member

thewtex commented Apr 5, 2024

Discussion note:

Add pyproject.toml to the nox bump function.

Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

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

LGTM

@henryiii
Copy link
Contributor Author

henryiii commented Apr 5, 2024

Add pyproject.toml to the nox bump function.

Thanks! I'd already forgotten.

@henryiii henryiii merged commit 215cc1c into scikit-build:main Apr 5, 2024
@henryiii henryiii deleted the henryiii/chore/reworkversion branch April 5, 2024 21:27
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.

3 participants