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 8afc1d0 commit 286e257Copy full SHA for 286e257
.travis.yml
@@ -40,7 +40,7 @@ script:
40
# Reduce stand-alone Python and upload it
41
- cd "$PROJECT_DIR"
42
- python process_python_build.py "$PROJECT_DIR/python"
43
- - cp -r python portable_python/
+ - echo "Python 3.6.5" >> ./python/version.txt
44
- tar czf upload/python3-reduced.tar.gz python/
45
- 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
0 commit comments