Skip to content

Commit 14fe548

Browse files
committed
Deploy package to pypi.
1 parent 2209ee5 commit 14fe548

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
sudo: false
2+
deploy:
3+
provider: pypi
4+
user: brndnmtthws
5+
password:
6+
secure: COZ4YlPb513yCXJUGuNgD+H4t3bsbsBabRyzoTWqCvK9tzIDvI+CFhXvECyXzAqusVdN+ibQU4h63yHE9Wj275G/MzsCj3xlgHxhphPqgGTiNthEOq3VrkGbQAMyX1wC7++6L5ek/bUqiLedORxBhU1qdT6YytSt0XrKkH5GnrF8PGXH2xk9oyF2pnhAzV7y5g09ijn/Bqlqtx37l4aULDAZzfLrX0XAmoIlwKiEw15d3ApRDalF3/O2q3GiJbJ6pcHyAfox9ROEo6+5q7uaf8lo1/k9iGEZLp0UP6FWBUaooPwCaHsYxyOfQovsjP0tEUCeE2AIqVGpIpkWTL8x+J+q6BTyzay7cDv0DeMejk0bpU2zVSJxm9PqximmPDS4u7PzadmJBX1ve1VGlr9FlmboydkHljuBAb1SExkbBTYeMnuk0lbVFEEu/Jc608Sb61ZlaHgz420ACWVw5LrVNLmzgkB9zKaQ5QiWyKp7mBJsBhy+9BRcu2ysYTYS++bVwVs/j4z5ymPJz7o9llef0/o0daizt9lGQqGfbm3wppdKCMFmhSNWWxr9YME2X06cAD5gKcdbTjRmBB9BBxwwi4DFi73uB9RFEZmOO3ju+p464pS7t366KU6wckSMtIPyPkqlqc0XVp+l6IeNhKe6cR9kDGtLt8o+m0Cw5bD53kM=
7+
on:
8+
tags: true
29
env:
310
global:
411
- CC_TEST_REPORTER_ID=0d9e49a0de99a221037b9f13acd7805d1756970f766e94f1a3eb9e0fd5a4327a

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
setup(
1010
name='optimal_buy_gdax',
11-
version='1',
12-
description='Buy the coins',
11+
version='0.1.0',
12+
description='Buy the coins, optimally!',
1313
long_description=readme,
1414
author='Brenden Matthews',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)