Skip to content

Commit 77b0dec

Browse files
authored
Add --verbose option to twine upload (#32)
1 parent 0324acc commit 77b0dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ init-docker:
4444

4545
.PHONY: publish-docker
4646
publish-docker: init-docker test dist
47-
python3 -m twine upload dist/*
47+
python3 -m twine upload dist/* --verbose
4848

4949
.PHONY: update
5050
update:

0 commit comments

Comments
 (0)