Skip to content

Commit

Permalink
Fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Aug 14, 2019
1 parent 155d00b commit 9ef1d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
pytest 4.99.10 (2019-07-04)
pytest 4.99.11 (2019-07-04)
===========================

Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish_gh_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def publish_github_release(token, tag_name, body):
github = github3.login(token=token)
repo = github.repository("pytest-dev", "pytest")
repo = github.repository("nicoddemus", "pytest")
return repo.create_release(tag_name=tag_name, body=body)


Expand Down

0 comments on commit 9ef1d57

Please sign in to comment.