Skip to content

Commit

Permalink
add publish prod command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyaoi committed Dec 8, 2018
1 parent d84e417 commit f947aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -32,4 +32,7 @@ clean:
publish-test:
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

publish-prod:
twine upload dist/*

.PHONY: docs
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cvpm",
version="0.0.3.1",
version="0.0.1",
author="Xiaozhe Yao",
author_email="xiaozhe.yaoi@gmail.com",
description="Computer Vision Package Manager",
Expand Down

0 comments on commit f947aeb

Please sign in to comment.