Skip to content

Commit

Permalink
add bumpy
Browse files Browse the repository at this point in the history
  • Loading branch information
luiarthur committed Jan 17, 2025
1 parent e0c3e08 commit 92a01c9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ publish: clean build
uv publish

tag-and-publish bump:
git up {{ bump }} -p
uv run bumpy {{ bump }} -p
just publish
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dev = [
"watchdog>=6.0.0",
# psutil (notebook dependency) does not yet work with 3.13t.
"notebook>=7.2.2; python_version < '3.13'",
"bumpy",
]

[tool.setuptools-git-versioning]
Expand Down Expand Up @@ -72,3 +73,6 @@ testpaths = [
# When setuptools is fixed, this can be removed. (1/16/2025)
[tool.setuptools]
license-files = []

[tool.uv.sources]
bumpy = { git = "https://github.com/luiarthur/bumpy" }
54 changes: 53 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 92a01c9

Please sign in to comment.