Skip to content

Commit 74f687c

Browse files
authored
Merge pull request #2 from brentru/add-pypi-setup
PyPi Setup
2 parents 6aac0e4 + 6f7aa7c commit 74f687c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ python:
1111
cache:
1212
pip: true
1313

14-
# TODO: if deployment to PyPi is desired, change 'DEPLOY_PYPI' to "true",
15-
# or remove the env block entirely and remove the condition in the
16-
# deploy block.
1714
env:
18-
- DEPLOY_PYPI="false"
15+
- DEPLOY_PYPI="true"
1916

2017
deploy:
2118
- provider: releases
@@ -26,12 +23,10 @@ deploy:
2623
overwrite: true
2724
on:
2825
tags: true
29-
# TODO: Use 'travis encrypt --com -r adafruit/<repo slug>' to generate
30-
# the encrypted password for adafruit-travis. Paste result below.
3126
- provider: pypi
3227
user: adafruit-travis
3328
password:
34-
secure: #-- PASTE ENCRYPTED PASSWORD HERE --#
29+
secure: gFlUJx4AFvVTzhbRbTiBXl3be3Nm+m9VHCSA6ICatUdO34NA7Wzo+rBoV7YDjV85Pc3U9G5zW9SvXb9BMIT7k4tOqmog5RCtzwlLq3S/RRoOkGr6UY702EC1M0ruMVHBBAB5Pwzfom8VVRNL9n4nXsPfr41U35M6daIYH+onEDXIhq+ES3NkU3ciTC/q9QO9ChsHuWS1oNjGxmiYWqDEJ6vYL34D2RYIq4+P/hmFFM9rvhYBRYT+MYeHBOXbsc5KZhoIki7rKU0UW4zQcORkvMuWfalLWd24GR8aG9rB9fZrnAZG1qGtqwBCh91CNlzt8eziPOGeP1hXMnVHnvXveumnSBrFcGvkQ2DYu3v6kUn9AVMoJ3oeDpegCzse7jgOLUipJ0eXN1lmEKpEZNlszRGlSA2m2mYVo4WwqMSz7ZtZWG7L+4OQ21JG+MbACoQJJ//YxAwFtALQrVlOaE9X7ElCDnlceYRebm7RTQ0bE4+BTL08ppKyOaiFJxdbSz3ZPufNHVlM8oYqIwRPLLZozMG5WmtZ62EO3Jvb0YicuccO2xNCHW0zySxQgbzVMfLnN4F9wSxcLIADbXnvPx1A5D6zd1CxFK16S49CJZm0QUPlXMA7ac1rwKv6sZhPA4/rsoOLbkPTaqZZtrwmc4/+9qRxSDbR0YDAmR5ZMnQjT5I=
3530
on:
3631
tags: true
3732
condition: $DEPLOY_PYPI = "true"

0 commit comments

Comments
 (0)