We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0324acc commit 77b0decCopy full SHA for 77b0dec
1 file changed
Makefile
@@ -44,7 +44,7 @@ init-docker:
44
45
.PHONY: publish-docker
46
publish-docker: init-docker test dist
47
- python3 -m twine upload dist/*
+ python3 -m twine upload dist/* --verbose
48
49
.PHONY: update
50
update:
0 commit comments