Skip to content

Commit a4f452f

Browse files
authored
Update .travis.yml
Add var. to remove PyPi deployment
1 parent b419532 commit a4f452f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ python:
1111
cache:
1212
pip: true
1313

14+
env:
15+
- DEPLOY_PYPI="false"
16+
1417
deploy:
1518
- provider: releases
1619
api_key: "$GITHUB_TOKEN"
@@ -20,8 +23,7 @@ deploy:
2023
overwrite: true
2124
on:
2225
tags: true
23-
# TODO: Use 'travis encrypt --com -r adafruit/<repo slug>' to generate
24-
# the encrypted password for adafruit-travis. Paste result below.
26+
2527
- provider: pypi
2628
user: adafruit-travis
2729
password:

0 commit comments

Comments
 (0)