Skip to content

Commit 68cd605

Browse files
committed
Add automatic deploy to Pypi, update gitignore
1 parent e7e6975 commit 68cd605

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# CUSTOM ===========================================================
22

3-
# script for upload to PyPI
4-
register.sh
5-
63
# tmp file for testing some snippets of code
74
test.py
85

@@ -57,6 +54,7 @@ htmlcov/
5754
.cache
5855
nosetests.xml
5956
coverage.xml
57+
.pytest_cache/
6058

6159
# Sphinx documentation
6260
docs/_build/

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,12 @@ script:
2020

2121
after_success:
2222
coveralls
23+
24+
deploy:
25+
provider: pypi
26+
user: tomasbedrich
27+
password:
28+
secure: AmAJqaSOJprmoh4l7pLcDcRn2JRyAN6VbrFyezYmdHTd27jECIfm6jDPUo7N+PldUIxas5KonLxeJMF0Xx9vqr/HWwBSZo0e5JWs2+E5luFRF1Evw22VfNpyRQawHB2a47SUUTR82sypGF2v/mgeJJioSuIKo4o0KZ450zUoeM4=
29+
on:
30+
tags: true
31+
distributions: sdist bdist_wheel bdist_egg

0 commit comments

Comments
 (0)