Skip to content

Commit 1667c8d

Browse files
authored
[REL] v0.5.0rc2 (#302)
* update travis to read password correctly
1 parent 3ddb31b commit 1667c8d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
os: linux
12
dist: xenial
23
language: python
3-
sudo: false
44
cache: pip
55
env:
66
global:
@@ -71,8 +71,7 @@ jobs:
7171
deploy:
7272
provider: pypi
7373
user: jdkent
74-
password:
75-
secure: $PYPI_PASS
74+
password: $PYPI_PASS
7675
distributions: sdist bdist_wheel
7776
on:
7877
tags: true

0 commit comments

Comments
 (0)