We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e973b commit 41affdeCopy full SHA for 41affde
1 file changed
Makefile
@@ -31,6 +31,10 @@ push: test build
31
> twine upload dist/*
32
.PHONY: push
33
34
+bump-version:
35
+> npx standard-version
36
+.PHONY: bump-version
37
+
38
#.build-sentinel: $(shell find simwrapper/*.py) $(shell find docs/*) README.md setup.py
39
.build-sentinel: $(shell find simwrapper/*.py) README.md setup.py
40
> rm -rf dist
0 commit comments