Skip to content

Commit

Permalink
Reference the correct file in the release process
Browse files Browse the repository at this point in the history
Signed-off-by: Pradyun Gedam <[email protected]>
  • Loading branch information
pradyunsg committed Nov 27, 2020
1 parent 746aff4 commit 08fe312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def docs(session):
@nox.session
def release(session):
package_name = "packaging"
version_file = Path(f"{package_name}/__about__.py")
version_file = Path(f"{package_name}/__init__.py")
changelog_file = Path("CHANGELOG.rst")

try:
Expand Down

0 comments on commit 08fe312

Please sign in to comment.