Skip to content

Commit

Permalink
Updated release session to be all-encompassing, added additional URL'…
Browse files Browse the repository at this point in the history
…s to setup.py
  • Loading branch information
Descent098 committed Jan 29, 2020
1 parent 628f2e0 commit f11e253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def build(session):

@nox.session
def release(session):
build(session)
session.install('twine')
session.run("twine", "upload", "dist/*")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_content(*filename):

setuptools.setup(
name = "pystall",
version = "0.2.1",
version = "0.2.2",
author = "Kieran Wood",
author_email = "kieran@canadiancoding.ca",
description = "A system to automate configuration and setup of fresh Operating systems.",
Expand Down

0 comments on commit f11e253

Please sign in to comment.