forked from LBRYCommunity/lbry-sdk
update release script with new directory structure
This commit is contained in:
parent
e9992ed6b4
commit
6ddde88389
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Version:
|
||||||
def release(args):
|
def release(args):
|
||||||
gh = get_github()
|
gh = get_github()
|
||||||
repo = gh.repository('lbryio', 'lbry-sdk')
|
repo = gh.repository('lbryio', 'lbry-sdk')
|
||||||
version_file = repo.file_contents('lbry/lbry/__init__.py')
|
version_file = repo.file_contents('lbry/__init__.py')
|
||||||
|
|
||||||
if not args.confirm:
|
if not args.confirm:
|
||||||
print("\nDRY RUN ONLY. RUN WITH --confirm TO DO A REAL RELEASE.\n")
|
print("\nDRY RUN ONLY. RUN WITH --confirm TO DO A REAL RELEASE.\n")
|
||||||
|
|
Loading…
Reference in a new issue