Skip to content

Commit

Permalink
update pypt
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 24, 2015
1 parent 835fa81 commit 5b98f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pypt/ghrel
Expand Up @@ -83,7 +83,7 @@ r = requests.post(
data=json.dumps({'tag_name': TAG, 'body': message}),
headers=HEADERS)

if r.status_code == 200:
if r.status_code == 201:
print("GitHub Release created: {0}".format(r.json()['url']))
else:
print("GitHub Release failed: {0}".format(r.text))
Expand Down

0 comments on commit 5b98f9c

Please sign in to comment.