Skip to content

Commit

Permalink
Remove pypi deploy configuration from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
davidealbanese committed Feb 6, 2020
1 parent 6deb828 commit 6875ee2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,4 @@ python:
- '3.7'
install: pip install .
script: mictools --help
deploy:
provider: pypi
user: __token__
password:
secure: ot9Y8qh0oBkKmuVJwlwAIyOg8hWnRVYeO4pft5ZEUoul9NBN4wYqlenlqdCzeQnuX7Eba6ayePAGdrLdfHrTdFy3Iqs8834zDdF0Apd6C2jJLRKzrl9eZO2bdq1Iu5RMJZ7F4YwOBzRMN6lKbcJQRSyTlKWrFENbCFHjiKpOQ+jcVshFs9qFC0TgUXSPMC6WHn2iRLULNhyAo8kF2qIgxoSaEDoUYhZHpPyLVnlpitYX+yc8jJAtTA+uvTy72PpPtYdxEur5WUzJvfmSwAss1HEyEHI0KV1CHb76Fe3eBzu3QXqgi2GxXKxiuCnUyUXCEK8VJ6Ag0T7cZ0idoWooq2lmB7yMBG1qd4gCP+SKdSN//CNO3la7nR2DX7zmW7R1GCFqnQCOYEOgjWL5Nh4cPnr0qsIN9CpO5PwdxKKY+O7fQnmKld4F8MrHKOvweYyRbc6kvzWxiT/lRrAs2mwup4cAfkOo8KBZj1pwjY9l/DykexyAA7NiswQyc2Sj3tGq4ewxreFQIAgD2gR6kw+l8ttKlTXJRITo5Z5gkeNVAgBhPWIpco5ka03goqxWIiFEz4J21i2kohsVLQBU9i3YXgaY5CuJpS9xX4dDImym1CLsc5/gSZWFkUKmh/VUq14ksYGY3Gtc8wIm0NO3TTEg2+mfHFlxSiyG9uZMk/C7oYQ=
skip_existing: true
on:
tags: true
distributions: sdist bdist_wheel
repo: minepy/mictools

0 comments on commit 6875ee2

Please sign in to comment.