Skip to content

Commit

Permalink
More travis config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Jun 26, 2018
1 parent b41b16d commit 00364b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,15 @@ deploy:
file_glob: true
skip_cleanup: true
on:
tags: true
condition: env(BUILD_SDIST) = "True" AND tag =~ ^v AND branch =~ /(master|release-.*)/
if: env(BUILD_SDIST) = "True" AND tag =~ ^v AND branch =~ /(master|release-.*)/
- provider: pypi
user: lowellalleman
password:
secure: OqhsEKwmMHB26imHCH23UXINk0VEkeMR7uJRKvj90zz4c34VvPE5VJoYTOERMIEoNMBGr9VN1O216CJDAeykswxQG0CxsbTeIOVHB7avAQaodvWgosQDyyrwAypWtLsBu/LZdXWZ0j09CYB+DiG2zKBOdtER+YEqRSIMDFXRmWKfPvkOHkhh7v4bSjjs/w6HvV9FLgXnz1y7YxVwLmRHku8NWiqBq1q09b0gezBgOll7QhKFXMJLLtsy7V1JWV42e/B812RORiW+pnyZqLzDG6qoUd+W0aJMGUpMetm8dcgp70Teyq0jLSPVZ7BtuzudL8mimxONFr7QHDWwv2gsMKVg3xvfOJ1FvDsugGXTmbu3WtSeZEaXLaLo4xiyC5GLOGsPxZPPqpsE5K7UW14HQlCWPOYWD161fxW6stbDeIvxJOVn4aYUZFWr6jypJW2SYK1xCjSB8r8FSpJCCz1/3d5j9jFOJGf8eY9dDDkSUxWWjPHjbHjI5bWIC5k+sxXLmURA4Ne5gl4QSynX1TQFsU3AiSul93Ds6SSXSQJbSp0kwFwHPDju/g4RJB9rcH0EpJ0aTzuavvTIPLLCXO1HI8c/6uL5nWWUN6zwXjLsGrLY0Pb6VTxH/qiQPYJduWSXOXV9R2a0mGr8Jc4dCTQBeUCGGqEwMRnn3Iknx7JF0AE=
distributions: "sdist bdist_wheel"
skip_cleanup: true
on:
condition: env(BUILD_SDIST) = "True" AND tag =~ ^v AND branch =~ /(master|release-.*)/
if: env(BUILD_SDIST) = "True" AND tag =~ ^v AND branch =~ /(master|release-.*)/

notifications:
email:
Expand Down

0 comments on commit 00364b2

Please sign in to comment.