Skip to content

Commit

Permalink
add version to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Dec 19, 2023
1 parent 71f5ce2 commit f3b1bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version:
> npx standard-version
.PHONY: version

.build-sentinel: $(shell find matsim/*.py) $(shell find docs/*) README.md setup.py
.build-sentinel: $(shell find matsim/*.py) $(shell find docs/*) README.md setup.py VERSION
> rm -rf dist
> python3 setup.py sdist bdist_wheel
> twine check dist/*
Expand Down

0 comments on commit f3b1bb9

Please sign in to comment.