8000 TravisCI will now deploy to Pypi on tags · madzak/python-json-logger@6aa94a6 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 6aa94a6

Browse files
committed
TravisCI will now deploy to Pypi on tags
1 parent 35a8ca2 commit 6aa94a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ python:
88
- "3.8"
99
install: pip install tox-travis
1010
script: tox
11+
deploy:
12+
provider: pypi
13+
username: "__token__"
14+
skip_existing: true
15+
on:
16+
tags: true
17+
password:
18+
secure: ps4wxK3Jc2SAV1QX6dKtufLobC9dmYzgNj0a4WBm8SQkAntLmN2uGzYrwmtJzhPefEX2vsedWxC0GTf+527psmThDc7nvWaTO6YVCMZPfb/V9ofU3qPrCRgNZ/wjAMotSCZZM5BvF274xsHyjuNbdgMTFvhab4/fQINMO/d16LESY5vz1csZ/HyZf9xRqnIgLzPjmR0ghLw5rnGPJ6WawSpfOkdFUfFk4NGfR88uywJagCwgoWNXH4ClZ81prfrz0uNPOkm7qOa41sgAaLRq2E2qxzHjojwYkFdZsMl1j+RUD2Lx5QE3ceMkvRYwb+uZInQifKc8F9hIhpdpvICfgst5tVIwwkzWBat3vkQjltnzXO80s0GvNjapcWxBXrq9g8dwOYMg8THIcU58rgDKgyH1rEGRh4tk5Y7XMzglM39qbjhuSpcN0NAohje5E118mC19m/+l4OYHwg0+9C/Ro4qxxCjm81d+GwIvs4wyjVTTYwTQbeZ+dUNBpOLjVOfCAM4AZHPk+VSGWBjd+j3VG06bzyqCDNcGXdNs53SeARI+TqNlKa2nhPB3humFb2sbpINGadOm7vXGwnrf+I1s/A4VTrCOLxOsH/+xwtOIhNRbUmxEWl5RXV3gX8F71M37FH25UDfoIB84mmo61YvUB+LTGqGAXeMt4UwU1lBDkWc=

0 commit comments

Comments
 (0)
0