Skip to content

Commit ac5a570

Browse files
committed
Fix README
1 parent 0ea990e commit ac5a570

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,6 @@ For code checking several CI systems is used in parallel:
249249

250250
1. `Travis CI: <https://travis-ci.org/penguinolog/exec-helpers>`_ is used for checking: PEP8, pylint, bandit, installation possibility and unit tests. Also it's publishes coverage on coveralls.
251251

252-
2. `AppVeyor<https://ci.appveyor.com/project/penguinolog/exec-helpers>`_ is used for checking windows compatibility.
252+
2. `AppVeyor: <https://ci.appveyor.com/project/penguinolog/exec-helpers>`_ is used for checking windows compatibility.
253253

254254
3. `coveralls: <https://coveralls.io/github/penguinolog/exec-helpers>`_ is used for coverage display.

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
environment:
2+
TWINE_USERNAME: penguinolog
3+
TWINE_PASSWORD:
4+
secure: TCKGf77kkVeo2Pbd+lQY5Q==
5+
26
matrix:
37
- PYTHON: "C:\\Python27"
48
PYTHON_VERSION: "2.7.x" # currently 2.7.11
@@ -67,3 +71,7 @@ test_script:
6771

6872
artifacts:
6973
- path: dist\*
74+
name: Python built code
75+
76+
on_success:
77+
- if "%APPVEYOR_REPO_TAG%"=="true" ( twine upload dist/*.whl )

exec_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
'ExecResult',
4646
)
4747

48-
__version__ = '0.8.2'
48+
__version__ = '0.8.3'
4949
__author__ = "Alexey Stepanov"
5050
__author_email__ = 'penguinolog@gmail.com'
5151
__url__ = 'https://github.com/penguinolog/exec-helpers'

0 commit comments

Comments
 (0)