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 b6091a0 commit a9b2491Copy full SHA for a9b2491
1 file changed
Makefile
@@ -21,7 +21,7 @@ dist:
21
python3 setup.py sdist bdist_wheel
22
rm -rf build
23
24
-make testpypi:
+testpypi:
25
@read -p "Publish to testpypi? " -n 1 -r; \
26
if [[ $$REPLY =~ ^[Nn] ]]; \
27
then \
@@ -30,7 +30,7 @@ make testpypi:
30
make docs dist
31
python -m twine upload --repository testpypi dist/*
32
33
-make pypi:
+pypi:
34
@read -p "Publish to pypi? " -n 1 -r; \
35
36
0 commit comments