Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit e7f03e4

Browse files
committed
PyPi deply config
1 parent a5a0925 commit e7f03e4

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

.travis.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
dist: buster
22
sudo: false
3-
43
language: python
54
python:
6-
- 3.6
7-
- 3.7
8-
- pypy3
9-
5+
- 3.6
6+
- 3.7
7+
- 3.8
8+
- pypy3
109
addons:
1110
apt:
1211
packages:
13-
-
14-
12+
-
1513
install:
16-
- pip install codecov
17-
- pip install tox
18-
- pip install tox-travis
14+
- pip install codecov
15+
- pip install tox
16+
- pip install tox-travis
1917
script:
20-
- codecov --version
21-
- tox
22-
18+
- codecov --version
19+
- tox
2320
after_success:
24-
- codecov
21+
- codecov
22+
deploy:
23+
provider: pypi
24+
on:
25+
tags: true
26+
distributions: bdist_wheel
27+
skip_existing: true
28+
user: __token__
29+
password:
30+
secure: SXPl1Q99f6Cq1pJ4EwWiVrQ+iBEY/BitcXMYy2nblY+46B04hzK79LlWj0bZ+xg0I6hhttkttVSfOL8UdQKt6eRKpsF6Cm6NlxnZDHAj0lKhOLFdOd0kmS3o0FyFgsgScD1dXmwyOi7JhHtFVESyXaxeFy6QyVK6PvjQSDxF+P73wkTzR9N5aEo0VYweGTmuQC5bIbDEq6N35oUGIUmmdRhorimr2IDmK+2r5OLyStPtf8PyQS5/SdzpgGsT3Vgbb/VPm7y7XK2Ogmz+NKipxuYhjgb8Y8soMerb10uI/MAxhMtM1JjQHUgVe2/Ln40ns8D4ybHYAsuyT2wqlhMru7qP4gJCBX/cZKao18ND5dQ8IyB6HF51rup9lAzAlxq3VfS/M908RvtOqHERchw8bV6z+z5YFn29MTBcNjKHjrZHtdV40/Nh6UFjduPLGkh7a/HiV0fhvtMr94Qi7w4SPS1wq1S9FftjvFrCDxeYVnRzGJu9q21uOn8JGONJb14Q2Vo2rYKht3U9JCD7OAz5XrL7c/ae16/H17mexsrxj/ElGzkXauqUZrjcU1pndFRXUuAmzqC1z0P4yz8tAIJc8wkib2B7ZwxXZBbQm/r4BSsHAvTjjKW9biGcuPCM3bIAg/9zoyyUEaXknLCcKfy9LqzVTWGuUPmTM1hV3YZq2fs=

0 commit comments

Comments
 (0)