Skip to content

Commit

Permalink
fixing release script import
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanNoelk committed Nov 24, 2018
1 parent 60eb7b0 commit 68ddd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import json
import requests
from requests.auth import HTTPBasicAuth
from secrets import username, password
from secrets.secrets import username, password


def release(_repo, _tag, _name, _target, _body, _draft, _prerelease):
Expand Down

0 comments on commit 68ddd54

Please sign in to comment.