Disable travis publish to PyPI

This commit is contained in:
Wan Liuyang
2020-04-26 16:33:52 +08:00
parent fd5f013b75
commit 0b3b905a1b
+11 -11
View File
@@ -19,14 +19,14 @@ after_success:
- codecov
notifications:
email: false
deploy:
provider: pypi
skip_existing: true
distributions: sdist bdist_wheel
user: jacquev6
password:
secure: eorsWtbj7JUBcy/Ovohg2yxyvyF4Sz9QNqtdPJhLSBzd1S01qoVLVAqsQhfZTxMlSOE4RCPOm+VodhV55oa1RboLah4DpDDW998J61QSo9im7Ch2GBkL3C6XqhWAFr6g4KqTG4h/6QTp5dF8vebXiMADmpshCMMpUxm3FccFY7k=
on:
tags: true
repo: PyGithub/PyGithub
python: "3.5"
#deploy:
# provider: pypi
# skip_existing: true
# distributions: sdist bdist_wheel
# user: jacquev6
# password:
# secure: eorsWtbj7JUBcy/Ovohg2yxyvyF4Sz9QNqtdPJhLSBzd1S01qoVLVAqsQhfZTxMlSOE4RCPOm+VodhV55oa1RboLah4DpDDW998J61QSo9im7Ch2GBkL3C6XqhWAFr6g4KqTG4h/6QTp5dF8vebXiMADmpshCMMpUxm3FccFY7k=
# on:
# tags: true
# repo: PyGithub/PyGithub
# python: "3.5"