Skip to content

Commit 49cd776

Browse files
committed
Rename parent directory to portable_python.
1 parent 78a2c20 commit 49cd776

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ script:
4040
# Reduce stand-alone Python and upload it
4141
- cd "$PROJECT_DIR"
4242
- 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/
43+
- mkdir portable_python
44+
- cp -r python portable_python/
45+
- echo "Python 3.6.5" >> ./portable_python/version.txt
46+
- tar czf upload/python3-reduced.tar.gz portable_python/
4747
- curl --upload-file ./upload/python3-reduced.tar.gz https://transfer.sh/python3-reduced.tar.gz | tee -a output_urls.txt && echo "" >> output_urls.txt
4848

4949
# Print all uploaded files URLs

0 commit comments

Comments
 (0)