File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,16 @@ script:
33
33
- du -sk python/
34
34
- cd python
35
35
- otool -L bin/python3.6
36
- - echo "Python 3.6.5" >> ./version.txt
37
36
- cp ./bin/python3.6 ./bin/python3
38
37
- ./bin/python3 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
39
38
- ./bin/python3 -m pip --version
40
39
41
40
# Reduce stand-alone Python and upload it
42
41
- cd "$PROJECT_DIR"
43
42
- python process_python_build.py "$PROJECT_DIR/python"
43
+ - mkdir portable_root
44
+ - cp -r python portable_root/
45
+ - echo "Python 3.6.5" >> ./portable_root/version.txt
44
46
- tar czf upload/python3-reduced.tar.gz python/
45
47
- curl --upload-file ./upload/python3-reduced.tar.gz https://transfer.sh/python3-reduced.tar.gz | tee -a output_urls.txt && echo "" >> output_urls.txt
46
48
You can’t perform that action at this time.
0 commit comments