Skip to content

Commit

Permalink
Update makefile.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer authored Jan 11, 2025
1 parent 2c00fc8 commit f958357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ local-force: ## Install the package locally with force
patch: clean twine ## Build the package and upload it to testpypi
$(call banner, "patch")
pip install -r requirements-dev.txt
cms bumpversion patch
bumpversion patch
@VERSION=$$(cat VERSION); \
git commit -m "bump version ${VERSION}" .; git push
pip install -q build
Expand Down

0 comments on commit f958357

Please sign in to comment.