mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-24 15:37:09 -05:00
[F] fix deploy script path
This commit is contained in:
parent
b7c8937c4e
commit
82c37a28d3
|
|
@ -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 New Issue
Block a user