Skip to content

Commit b6091a0

Browse files
committed
Stops auto running docs and dist for make pypi
1 parent c12b4c5 commit b6091a0

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
@@ -30,7 +30,7 @@ make testpypi:
3030
make docs dist
3131
python -m twine upload --repository testpypi dist/*
3232

33-
make pypi: docs dist
33+
make pypi:
3434
@read -p "Publish to pypi? " -n 1 -r; \
3535
if [[ $$REPLY =~ ^[Nn] ]]; \
3636
then \

0 commit comments

Comments
 (0)