Skip to content

Commit

Permalink
Updating travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Samreay committed Oct 30, 2020
1 parent 2faed7b commit 8850b3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@ after_success:
deploy:
- provider: script
script: ./conda/deploy_anaconda.sh
cleanup: false
skip_cleanup: true
on:
python: 3.8
tags: true
condition: $TRAVIS_TAG =~ ^v[0-9,\.]*$
- provider: pypi
username: "samreay"
user: "samreay"
password:
secure: "etRu952bkCozacIuC38kgsr5Ul05QG5lY1ESrC50El0fdQjimCeDqislB8buYyD+TeXfPY4jN10ApFfYzTJGfVFsM5NLE/T6+UBfCx3h07jN5ewA9jY5LDKaP5UJ+e33NrC+vkvsxoB5BJzwtbmrj6TDM9/s8RxsIZYFpZ+PoJxO/S7g2d6g1kCkbG2Q/2PpWa4VRacS29CAlBkeDY6z7ZCLEnpK0733ccQPxNfbdmAsXdHnk1cLWA5FNzbp5Vjti/tet6Wv8aVgw1RgSSN3HQ/5hl/uDgmGlloHvXDAK7xdtEo0R5y9mR4cfVJOxARweLBS84bPEysI+N7VoOAQkrBRxL85YHtuFBBiQdGMQazG8M/FhO0aeyMj1KJM1yaLj8lQJN+9qeIrtagV1LkAW9kzWvE4NOCPah4LGy2NvgJ0L7F8Kmgk2ReAZ3FfbfGyoISg/iqGBwDTjYH0GtXc3DYswpKylkpdpkcCh13usyVYxoHUJ+pT594vNJrNk6qQof6PVUiBldXkoWofoJGgASUh6r1gbcK/qlgD+sOCRyQ7zH5N8H/0ecnEC+io178r/5NioVfmsNBS4izJQPVzdUb3bB3jDjMwOU+yO/amD0V9Te9ctqDJL8cWmBwj0UsKunpZ2qbWfPUwtNS9/ehHH8RElJv8IKuj+j/md91KQy0="
cleanup: false
skip_cleanup: true
edge:
branch: v1.8.45
on:
tags: true
condition: $TRAVIS_TAG =~ ^v[0-9,\.]*$
python: 3.8
- provider: releases
token: "${GITHUB_API_KEY2}"
cleanup: false
api_key: "${GITHUB_API_KEY2}"
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_TAG =~ ^v[0-9,\.]*$
Expand Down

0 comments on commit 8850b3d

Please sign in to comment.