mirror of https://github.com/scrapy/scrapy.git
Fix permission and set umask before generating sdist tarball
This commit is contained in:
parent
7811b4c01c
commit
06149e0543
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue