Skip to content

Commit

Permalink
change release command
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Mar 26, 2020
1 parent 3ef02ef commit d677704
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ docs: ## generate Sphinx HTML documentation, including API docs
$(BROWSER) docs/_build/html/index.html

release: clean ## package and upload a release
python setup.py sdist upload
python setup.py bdist_wheel upload
python setup.py build sdist bdist_wheel
twine upload dist/*

sdist: clean ## package
python setup.py sdist
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bumpversion==0.5.3
wheel==0.30.0
ipython
twine

# code style
autopep8==1.3.5
Expand Down
2 changes: 1 addition & 1 deletion wagtail_cache_block/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit d677704

Please sign in to comment.