Skip to content

Commit

Permalink
Bumps version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
songololo committed May 17, 2019
1 parent e4dd810 commit a20aa8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
https://scikit-build.readthedocs.io/en/latest/usage.html
# manual deployment
pip install --user --upgrade setuptools wheel
pip install --upgrade setuptools wheel
python setup.py sdist bdist_wheel
pip install --upgrade twine
TESTING REPO: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
DOWNLOADING FROM TEST REPO: pip install --extra-index-url https://test.pypi.org/simple/ cityseer==0.7.6rc7
OTHERWISE: twine upload dist/*
'''

from setuptools import setup

setup (
Expand Down

0 comments on commit a20aa8b

Please sign in to comment.