Skip to content

Commit 75390a2

Browse files
committed
Remove upload-test-package target from Makefile
1 parent 42aa87a commit 75390a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ test-package: install-local-package
1313
build-package: test-package install-package-builder
1414
$(INTERPRETER) -m build
1515

16-
upload-test-package: build-package install-package-uploader
17-
$(INTERPRETER) -m twine upload --verbose --repository testpypi -u '__token__' -p $(TEST_PYPI_TOKEN) dist/*
18-
1916
upload-package: build-package install-package-uploader
2017
$(INTERPRETER) -m twine upload --verbose -u '__token__' dist/*
2118

0 commit comments

Comments
 (0)