Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 23406ae

Browse files
committed
upload wheels to bc FTP server
1 parent f0da0cf commit 23406ae

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ script:
6767
after_success:
6868
# only publish artifacts on master branch when pushed (not from cron or PRs)
6969
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_EVENT_TYPE" = "push" ]; then
70-
bash ./upload-to-ftp.sh;
70+
bash ./ci/upload-to-ftp.sh;
7171
fi

ci/travis/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ fi
2121
echo $JAVA_HOME
2222

2323
python setup.py --maven bdist_wheel
24-
25-
ls -l dist/*

0 commit comments

Comments
 (0)