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:
3333 - du -sk python/
3434 - cd python
3535 - otool -L bin/python3.6
36- - echo "Python 3.6.5" >> ./version.txt
3736 - cp ./bin/python3.6 ./bin/python3
3837 - ./bin/python3 -c 'import ssl; print(ssl.OPENSSL_VERSION)'
3938 - ./bin/python3 -m pip --version
4039
4140 # Reduce stand-alone Python and upload it
4241 - cd "$PROJECT_DIR"
4342 - 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
4446 - tar czf upload/python3-reduced.tar.gz python/
4547 - curl --upload-file ./upload/python3-reduced.tar.gz https://transfer.sh/python3-reduced.tar.gz | tee -a output_urls.txt && echo "" >> output_urls.txt
4648
You can’t perform that action at this time.
0 commit comments