Skip to content

Commit

Permalink
Bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fikisipi committed May 4, 2019
1 parent 3176667 commit b3c434e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,22 @@ matrix:
- pyenv install 3.6.5
- pyenv install 3.7.0b3
- pyenv global 3.5.5

install: python -m pip install wheel scikit-build ninja
script: python setup.py bdist_wheel
script:
- pyenv global 3.5.5
- python -m pip install scikit-build ninja
- python setup.py bdist_wheel
- pyenv global 3.6.5
- python -m pip install scikit-build ninja
- python setup.py bdist_wheel
- pyenv global 3.7.0b3
- python -m pip install scikit-build ninja
- python setup.py bdist_wheel
deploy:
provider: releases
api_key:
secure: "VHisrNGwvxsx0VJhXzdKV45IBmpY/EL/gv9X/87mxPurRNLffuO9f/8k4tFae8PQ4qm8+KjwGj+RW7rgUSwunB4y+U9MbFL0tbf3co9WBsVigJKGgKcjmL6ux7VDDHoQYT0fKvRlDjzocqEZiFH5a1w4kgmEcxQoGa1xHitCT7MhR8E1VJIvhBD5WYXAr6yTjhgfWvE9DqH/dKYKZIrnwmRoT8sjM4xki76B3MYS66H7AZBu8X0ycXV6XWJRcgMFdLbQvh5N3dREe25rk9GS+spQVP3Uvvje9t2fDdC34IojuBMbo7Yp+G8P5unC/aOWuOOQGIKx8WCQHclLIOKHDbZvq1PMnnRQG9mBFTD0+yEGR+utxMxwutnS2y4KmFt+1joTdwHIYyGSDrQNpezDYptqOkPR9EKoBqCHNbs7m0BaZKaQdKRblNPc6STRS4ooR6UljdVDrq29tWyg6JtGv6DyDGZekKOKcu2GnE3URIpgV/+AL5M6KOvSZU1108dxCgn0I+yb0YS8SnLlhmJobDsrQVJkSoMSoF199oSjbNXfp0SmkrnzmTzlqsEMUMbiQ+Y1AHn+3RjzKmrbkfEcPssuPOK5gxl8w/iFyHG3Z+cQaebSxi8sI0FIUvDRkdzzrxlfsASwNTw7Ikmc+Qkaj4J+ql1rcd+iHQE1vA4+/SQ="
skip_cleanup: True
file_glob: True
file: dist/*
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description="A TSP solver for Python without any dependencies.",
long_description=long_description,
url="https://github.com/dimitrovskif/elkai",
version="0.0.1",
version="0.0.2",
packages=['elkai'],
author="Filip Dimitrovski",
license="MIT",
Expand Down

0 comments on commit b3c434e

Please sign in to comment.