Skip to content

Commit

Permalink
feat: update makefile for the correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Jun 10, 2020
1 parent 68032fa commit bec6a11
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1,557 deletions.
1 change: 0 additions & 1 deletion .coverage

This file was deleted.

7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
servedocs: docs ## compile the docs watching for changes
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .

release: dist ## package and upload a release
release-to-pypi: dist ## package and upload a release
twine upload dist/*

dist: clean ## builds source and wheel package
Expand All @@ -87,8 +87,3 @@ dist: clean ## builds source and wheel package
install: clean ## install the package to the active Python's site-packages
python setup.py install


release-to-py:
rm -rf dist/*
python setup.py install
twine upload dist/*
Loading

0 comments on commit bec6a11

Please sign in to comment.