From ecd96f059dbf87044ae77327997507612b1fa249 Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Tue, 18 Nov 2014 13:10:50 -0500 Subject: [PATCH] travis.yml: Add pypi deployment password. --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8aeec00..028b7e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,11 @@ after_success: deploy: distributions: sdist bdist_wheel provider: pypi - on: - python: 2.7 - tags: true - all_branches: true user: sprockets password: - secure: [REPLACE-ME] + secure: JlbJc6qhq83Ua7Wi6kVX3AwRVjeVWDnb1Jphrjf9a+CLePx3OkErcYpXBF9eTqT+n/4+bpoPMqZEL7DkEtRy+EtHdbuafVAAbaIrz2YJqZ5eKvwov/OFk5gIgS4pBRXZFs96dc9rE1uthYSTSjODtobFGi/BjtxoxqOzn6E/OnY= + on: + tags: true + repo: sprockets/sprockets.mixins.json_error + python: 2.7 + all_branches: true