diff --git a/Makefile.buildbot b/Makefile.buildbot index 7039bda1a..5af1f6b20 100644 --- a/Makefile.buildbot +++ b/Makefile.buildbot @@ -17,4 +17,7 @@ clean: git checkout debian scrapy/VERSION git clean -dfq +pypi: + umask 0022 && chmod -R a+rX . && python setup.py sdist upload + .PHONY: clean test build