Skip to content

Commit 06149e0

Browse files
committed
Fix permission and set umask before generating sdist tarball
1 parent 7811b4c commit 06149e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.buildbot

+3
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ clean:
1717
git checkout debian scrapy/VERSION
1818
git clean -dfq
1919

20+
pypi:
21+
umask 0022 && chmod -R a+rX . && python setup.py sdist upload
22+
2023
.PHONY: clean test build

0 commit comments

Comments
 (0)