File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ bumpversion: install-releasetools
8787push :
8888 git push && git push --tags
8989
90- build :
91- @ $(python ) -m build
90+ build : install-releasetools
91+ $(python ) -m build
9292
9393pypi-upload : install-releasetools
94- twine upload --skip-existing --verbose dist/{* .tar.gz,* .whl}
94+ twine upload --skip-existing dist/{* .tar.gz,* .whl}
9595
9696install-doctools : setup-virtualenv
9797 @$(pip ) install --quiet --requirement requirements-docs.txt --upgrade
@@ -112,3 +112,12 @@ install-tests: setup-virtualenv
112112
113113grafana-start :
114114 cd tests/grafana; docker compose up
115+
116+
117+ .PHONY : build
118+ .PHONY : bumpversion
119+ .PHONY : format
120+ .PHONY : install-releasetools
121+ .PHONY : pypi-upload
122+ .PHONY : release
123+ .PHONY : test
You can’t perform that action at this time.
0 commit comments