8000 Try fixing PyPi credentials · dotlambda/fluent-logger-python@722e2e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 722e2e3

Browse files
committed
Try fixing PyPi credentials
1 parent c87641e commit 722e2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ after_success:
2323

2424
deploy:
2525
provider: pypi
26-
user: "repeatedly"
26+
user: repeatedly
2727
server: https://upload.pypi.org/legacy/
2828
password:
29-
secure: ePNUJvw76/pGM+c++vJ1Qa2a2/PZ0bWc04So9ZRTxlOWao4+ZgldsKqqFUps3NqyfddNUDwkoz7mNwJGMcLnkAJK9dhobolIdyMEVke1iQkXEJAuxQ6I3ezZp2wRYOfIl7+ztqXauZA5DflXVnfeOfPZpzvwLsFClFlklyCfWJM=
29+
secure: CpNaj4F3TZvpP1aSJWidh/XexrWODV2sBdObrYU79Gyh9hFl6WLsA3JM9BfVsy9cGb/P/jP6ly4Z0/6qdIzZ5D6FPOB1B7rn5GZ2LAMOypRCA6W2uJbRjUU373Wut0p0OmQcMPto6XJsMlpvOEq+1uAq+LLAnAGEmmYTeskZebs=
3030
on:
3131
tags: true
3232
condition: '"$TRAVIS_PYTHON_VERSION" = "3.6" || "$TRAVIS_PYTHON_VERSION" = "2.7"'

0 commit comments

Comments
 (0)
0