We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd960d3 commit 2c867d1Copy full SHA for 2c867d1
Makefile
@@ -5,7 +5,7 @@ build:
5
6
.PHONY: upload
7
upload:
8
- python3.8 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
+ python3.8 -m twine upload -r pypi dist/*
9
10
.PHONY: clean
11
clean:
0 commit comments