We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7811b4c commit 06149e0Copy full SHA for 06149e0
Makefile.buildbot
@@ -17,4 +17,7 @@ clean:
17
git checkout debian scrapy/VERSION
18
git clean -dfq
19
20
+pypi:
21
+ umask 0022 && chmod -R a+rX . && python setup.py sdist upload
22
+
23
.PHONY: clean test build
0 commit comments