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
87
87
push :
88
88
git push && git push --tags
89
89
90
- build :
91
- @ $(python ) -m build
90
+ build : install-releasetools
91
+ $(python ) -m build
92
92
93
93
pypi-upload : install-releasetools
94
- twine upload --skip-existing --verbose dist/{* .tar.gz,* .whl}
94
+ twine upload --skip-existing dist/{* .tar.gz,* .whl}
95
95
96
96
install-doctools : setup-virtualenv
97
97
@$(pip ) install --quiet --requirement requirements-docs.txt --upgrade
@@ -112,3 +112,12 @@ install-tests: setup-virtualenv
112
112
113
113
grafana-start :
114
114
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