We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e1da4 commit 2cde763Copy full SHA for 2cde763
Makefile
@@ -18,11 +18,11 @@ clean-build:
18
19
test-release:
20
python -m pip install --upgrade twine
21
- python -m twine upload --repository testpythonpi dist\*
+ python -m twine upload --repository testpypi dist/*
22
23
release:
24
25
+ python -m twine upload dist/*
26
27
28
@@ -49,7 +49,7 @@ test-release:
49
50
51
python3 -m pip install --upgrade twine
52
- python3 -m twine upload --repository testpypi dist/*
+ python3 -m twine upload dist/*
53
54
55
endif
0 commit comments