Skip to content

Commit

Permalink
bumpy -> bump-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
luiarthur committed Jan 18, 2025
1 parent 3868f68 commit 4845321
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ publish: clean build

# Deprecate. Now done by GitHub Actions.
tag-and-publish bump:
uv run bumpy {{ bump }} -p
uv run bump {{ bump }} -p
just publish

# Update git tag and push tag. GitHub Actions will then publish to PyPI.
bump kind:
uv run bumpy {{ kind }} -p
uv run bump {{ kind }} -p
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +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",
"bump-cli>=0.3.0",
]

[tool.setuptools-git-versioning]
Expand Down Expand Up @@ -73,6 +73,3 @@ 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" }
20 changes: 12 additions & 8 deletions uv.lock

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

0 comments on commit 4845321

Please sign in to comment.