Skip to content

Commit 286e257

Browse files
committed
try again... :-/
1 parent 8afc1d0 commit 286e257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script:
4040
# Reduce stand-alone Python and upload it
4141
- cd "$PROJECT_DIR"
4242
- python process_python_build.py "$PROJECT_DIR/python"
43-
- cp -r python portable_python/
43+
- echo "Python 3.6.5" >> ./python/version.txt
4444
- tar czf upload/python3-reduced.tar.gz python/
4545
- curl --upload-file ./upload/python3-reduced.tar.gz https://transfer.sh/python3-reduced.tar.gz | tee -a output_urls.txt && echo "" >> output_urls.txt
4646

0 commit comments

Comments
 (0)