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 d9c1651 commit e4a8fd5Copy full SHA for e4a8fd5
Makefile
@@ -14,11 +14,11 @@ sdist:
14
wheel:
15
python3 setup.py bdist_wheel >/dev/null 2>&1
16
17
-pypi:clean sdist wheel
+pypi: clean sdist wheel
18
twine upload dist/*
19
20
-pypitest: clean sdist wheel
21
- twine upload -r pypitest dist/*
+testpypi: clean sdist wheel
+ twine upload -r testpypi dist/*
22
23
clean:
24
rm -rf dist && rm -rf build && rm -rf *.egg-info
0 commit comments