Skip to content

Commit 693962a

Browse files
committed
update nox finish.
1 parent 1a502c5 commit 693962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def finish(session):
120120
"""Finish this version increase the version number and upload to pypi."""
121121
session.install("bump-my-version")
122122
session.install("twine")
123-
session.run("bump-my-version", "bump", external=True)
123+
session.run("bump-my-version", "bump", "release", external=True)
124124
build(session)
125125
session.run("twine", "upload", "--skip-existing", "dist/*", external=True)
126126
session.run("git", "push", external=True)

0 commit comments

Comments
 (0)