[F] fix deploy script path

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-09-06 12:18:58 -04:00
parent b7c8937c4e
commit 82c37a28d3
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B

View file

@ -131,7 +131,7 @@ def deploy():
Deploy release to pip and npm Deploy release to pip and npm
""" """
print('Deploying to pypi...') print('Deploying to pypi...')
subprocess.check_call(['bash', './deploy.sh']) subprocess.check_call(['bash', 'tools/deploy.sh'])
print('Done!') print('Done!')
print('Deploying to npm...') print('Deploying to npm...')