mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-11-21 19:28:38 +00:00
travis.yml: Add pypi deployment password.
This commit is contained in:
parent
2a55388bf9
commit
ecd96f059d
1 changed files with 6 additions and 5 deletions
11
.travis.yml
11
.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
|
||||
|
|
Loading…
Reference in a new issue