diff --git a/.travis.yml b/.travis.yml index 44a9aad99994c455b0beccb7a192a323eff074e2..f2fe8439c5f605ca7cc282b712c405b266bd09da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,10 @@ script: - python setup.py sdist after_success: - codeclimate-test-reporter + - | + if [ "$TRAVIS_BRANCH" -eq "master" ]; then + pip install wheel twine + python setup.py bdist bdist_wheel + twine upload -u $PYPI_USER -p $PYPI_PWD dist/* + fi + diff --git a/README.md b/README.md index 49a526e15dcedf54a887d2e1c541adc2c0b5f204..efdc345fcb6f5050e05854fc24dabe67f76a0f10 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # firanka [](https://travis-ci.org/smok-serwis/firanka) -[](https://codeclimate.com/github/smok-serwis/firanka/coverage) [](https://codeclimate.com/github/smok-serwis/firanka/maintainability) [](https://codeclimate.com/github/smok-serwis/firanka/test_coverage) [](https://badge.fury.io/py/firanka) diff --git a/firanka/__init__.py b/firanka/__init__.py index 04b926c9d1b50d0907dacf959ed1f0866ae0a3d0..3cc908934f6b17557f9485f2c6e951a9b0c9742b 100644 --- a/firanka/__init__.py +++ b/firanka/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1a1' +__version__ = '0.1.4a1' diff --git a/setup.cfg b/setup.cfg index 31d43760732fde2482f0af1ae31eeb93724b02c1..e0b23bb71491a9851d782c1935584714f7172651 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,6 @@ classifiers = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Operating System :: OS Independent - Development Status :: Development Status :: 1 - Planning License :: OSI Approved :: MIT License Topic :: Software Development :: Libraries Intended Audience :: Developers