Skip to content

Commit edfbd39

Browse files
authored
fixed api publish script path
1 parent 7578d3e commit edfbd39

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
@@ -70,7 +70,7 @@ deploy:
7070
# Publish API to PyPI and Anaconda
7171
- provider: script
7272
skip_cleanup: true
73-
script: cd api && api/scripts/publish.sh && cd ..
73+
script: cd api && scripts/publish.sh && cd ..
7474
on:
7575
tags: true
7676

0 commit comments

Comments
 (0)