Skip to content

Commit

Permalink
Add travis deploy section and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Feb 15, 2020
1 parent 45f5e83 commit 8fcf659
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ script:

after_success:
codecov

deploy:
provider: pypi
user: jettify
password:
secure: "cJ+99s4b45QvXzS8V9uByLp9hwErD68mXu0lZlkmiEjbs1rG3LdfxswAptVUs/vnBpEnFh9TTfQtBkaQwG8bQR4dhvHQGMLhHzn2tReF1lIQNMW/OkyzCNsuwW7XrjNIgkoLqYeIBxULH47K1hnQlMCOqAe63iJGeAtG6WVizn9pnyGKxAGNwPIH7wTuWreL0FloVvrs/8qcu0TI18NvjR2WbXwDso2GdCxOJfL7oItYxwf+wbF4gGZa6OBWQwTzXFW2pYZDyu/y0hPrqJZE9kLiJ+Tk0C1DRJ913eNyXjq3255nT9ugNVNNNV3mUf/lDTqSsiftjaWdB/tfHsAIUQr9U5SZtvixCPVTHS8TZ9kTjpftbrFXsa+1dteWI2cqj5dOEo0X27ljU7SXxrJxe+lcdrI3D01s2kl3Scq88WRSuZSE08ptVPo5wMopBqxgKGUntWEB7ws+t8uDXdi1NLTGQI/Q2bUvqeueIhFKqd5VNUL5T5pocj6bcxu5zJob3dW/f4EwAvQJf+eqlO8f7oUaElWYsTYvdlvXUAFW0VkVpqNs/oR9nnX0ngDvll3q8vIH/cJJ2oweuJ7zYrU7joyA3NkxZhyWQrfQ4NK6bXY8i7+n/i01nXrKi3uoh44cxkZaouK4hUP6+NAcBJZs9VY7YKfR1gPHQXJ2OocCZII="
distributions: sdist bdist_wheel
on:
tags: true
all_branches: true
python: 3.7
2 changes: 1 addition & 1 deletion torch_optimizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
'SGDW',
'Yogi',
)
__version__ = '0.0.1a4'
__version__ = '0.0.1a5'

0 comments on commit 8fcf659

Please sign in to comment.