[F] fix deploy script path
This commit is contained in:
parent
b7c8937c4e
commit
82c37a28d3
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ def deploy():
|
|||
Deploy release to pip and npm
|
||||
"""
|
||||
print('Deploying to pypi...')
|
||||
subprocess.check_call(['bash', './deploy.sh'])
|
||||
subprocess.check_call(['bash', 'tools/deploy.sh'])
|
||||
print('Done!')
|
||||
|
||||
print('Deploying to npm...')
|
||||
|
|
Loading…
Reference in a new issue