mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-08-20 15:55:17 -05:00
[F] fix deploy script path
This commit is contained in:
@@ -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...')
|
||||
|
||||
Reference in New Issue
Block a user