We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a2c20 commit 49cd776Copy full SHA for 49cd776
.travis.yml
@@ -40,10 +40,10 @@ script:
40
# Reduce stand-alone Python and upload it
41
- cd "$PROJECT_DIR"
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
46
- - tar czf upload/python3-reduced.tar.gz portable_root/
+ - mkdir portable_python
+ - cp -r python portable_python/
+ - echo "Python 3.6.5" >> ./portable_python/version.txt
+ - tar czf upload/python3-reduced.tar.gz portable_python/
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
48
49
# Print all uploaded files URLs
0 commit comments