Skip to content

Commit 11f6655

Browse files
committed
Correct testpypi upload (so .pypirc works).
1 parent 4f96e24 commit 11f6655

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
@@ -54,7 +54,7 @@ clean:
5454
-rm -r dist
5555

5656
testdeploy: build
57-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
57+
twine upload --repository testpypi dist/*
5858

5959
deploy: nopost build
6060
twine upload dist/*

0 commit comments

Comments
 (0)