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 7578d3e commit edfbd39Copy full SHA for edfbd39
.travis.yml
@@ -70,7 +70,7 @@ deploy:
70
# Publish API to PyPI and Anaconda
71
- provider: script
72
skip_cleanup: true
73
- script: cd api && api/scripts/publish.sh && cd ..
+ script: cd api && scripts/publish.sh && cd ..
74
on:
75
tags: true
76
0 commit comments