Skip to content

Commit 8350ee6

Browse files
committed
Update upload-package Makefile target
1 parent 4175c9f commit 8350ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ upload-test-package: build-package install-package-uploader
1717
$(INTERPRETER) -m twine upload --verbose --repository testpypi -u '__token__' -p $(TEST_PYPI_TOKEN) dist/*
1818

1919
upload-package: build-package install-package-uploader
20-
$(INTERPRETER) -m twine upload dist/*
20+
$(INTERPRETER) -m twine upload --verbose -u '__token__' dist/*
2121

2222
clean:
2323
rm -rf dist src/unittest_extensions.egg-info

0 commit comments

Comments
 (0)