Move pypirc file location to local folder
Some checks failed
Some checks failed
This commit is contained in:
@ -2,7 +2,7 @@ import sys
|
||||
|
||||
def write_file(token):
|
||||
|
||||
with open('~/.pypirc','w') as f:
|
||||
with open('.pypirc','w') as f:
|
||||
f.writelines(f"""
|
||||
[distutils]
|
||||
index-servers =
|
||||
|
Reference in New Issue
Block a user