Skip to content

Commit

Permalink
Adds script folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger86 committed Apr 25, 2020
1 parent 5e17cc9 commit 251bf2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions pypi_submit.py

This file was deleted.

6 changes: 6 additions & 0 deletions script/deploy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
set -e

mkdocs gh-deploy
python setup.py sdist --verbose
twine upload dist/*
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 readme():
]
setup(
name="django-lifecycle",
version="0.7.1",
version="0.7.5",
description="Declarative model lifecycle hooks.",
author="Robert Singer",
author_email="[email protected]",
Expand Down

0 comments on commit 251bf2a

Please sign in to comment.