Skip to content

Commit 352f103

Browse files
committed
ci(travis deploy): fixes ci deploy
1 parent 08ce58f commit 352f103

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ after_script:
2121
notification:
2222
email: false
2323

24-
after_success: python setup.py sdist bdist_wheel
25-
26-
before_deploy: "echo 'Beggining deploy...'"
24+
before_deploy:
25+
- echo 'Beggining deploy...'
26+
- python3 setup.py sdist bdist_wheel
2727

2828
deploy:
2929
- provider: pypi

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.6
1+
3.4.8

0 commit comments

Comments
 (0)