travis: deploy to pypi
Signed-off-by: Ruslan Kuprieiev <ruslan@iterative.ai>
Ruslan Kuprieiev authored 1 year, 8 months ago
Jelmer Vernooij committed 1 year, 7 months ago
46 | 46 | after_success: |
47 | 47 | - python -m coverage combine |
48 | 48 | - codecov |
49 | ||
50 | deploy: | |
51 | provider: pypi | |
52 | user: dulwich-bot | |
53 | password: | |
54 | secure: e7DTu4CwOCARfN/mwA8lXQ== | |
55 | skip_cleanup: true | |
56 | skip_existing: true | |
57 | file_glob: true | |
58 | file: | |
59 | - dist/dulwich*.whl | |
60 | - dist/dulwich*.tar.gz | |
61 | on: | |
62 | tags: true | |
63 | repo: dulwich/dulwich |