Skip to content

Commit 3eab549

Browse files
Change to env var method
1 parent 66dcf99 commit 3eab549

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ deploy:
1818
provider: pypi
1919
user: jacob.tomlinson
2020
skip_cleanup: true
21-
password:
22-
secure: lxlsbRqzo7XTAtjbU8KlkEdB/foHJgtQ1lYBa147k0x4PTaoicGUffmqWOO6P8+qU3sBZTMxeMIyyNWY3aS9k1JrFi7UYkLxSTI50BG/atNPiNa3xnOVuFjj8i3hDfXudRmWcFtxZH+83yqQ5VzEesn1UNdnBV87jvHv9MviFrc=
21+
password: "$PYPI_PASSWORD"
2322
on:
2423
tags: true
2524
all_branches: true

MANIFEST

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# file GENERATED by distutils, do NOT edit
2+
setup.py
3+
datapoint/Day.py
4+
datapoint/Element.py
5+
datapoint/Forecast.py
6+
datapoint/Manager.py
7+
datapoint/Site.py
8+
datapoint/Timestep.py
9+
datapoint/__init__.py
10+
datapoint/profile.py
11+
datapoint/regions/RegionManager.py
12+
datapoint/regions/__init__.py
13+
datapoint/regions/region_names.py

0 commit comments

Comments
 (0)