We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cad13e commit 3237374Copy full SHA for 3237374
1 file changed
Makefile
@@ -26,7 +26,7 @@ clean:
26
git clean -dfx --exclude='tests/configuration*.json'
27
28
.PHONY: dist
29
-dist: clean
+dist:
30
python3 setup.py sdist bdist_wheel --universal
31
32
.PHONY: check_git
@@ -35,7 +35,7 @@ check_git:
35
git diff origin/master --exit-code
36
37
.PHONY: publish
38
-publish: check_git test dist
+publish: check_git test clean dist
39
python3 -m twine upload dist/*
40
41
.PHONY: init-docker
0 commit comments