Skip to content

Commit

Permalink
Fix bump script for jupytercad-lite (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py authored Feb 13, 2025
1 parent a4a0599 commit 6faab07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/jupytercad_lite/scripts/bump-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def bump():
args = parser.parse_args()
py_version = next_version() if args.version == "next" else args.version
# bump the Python version with hatch
run(f"{HATCH_VERSION}", shell=True, check=True, cwd=ROOT)
run(f"{HATCH_VERSION} {py_version}", shell=True, check=True, cwd=ROOT)
# pin jupytercad_* package to the same version
bump_jupytercad_deps(py_version)

Expand Down

0 comments on commit 6faab07

Please sign in to comment.