PACKAGE
This commit is contained in:
@ -8,7 +8,7 @@ from requests.auth import HTTPBasicAuth
|
||||
|
||||
URL="https://git.betalupi.com"
|
||||
USER = os.environ['USER']
|
||||
PACKAGE = "ormc-handouts"
|
||||
PACKAGE = os.environ['PACKAGE']
|
||||
VERSION = os.environ['VERSION']
|
||||
AUTH = HTTPBasicAuth(USER, os.environ['PUBLISH_KEY'])
|
||||
|
||||
|
Reference in New Issue
Block a user