We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6218a2 + a079643 commit 369fa8aCopy full SHA for 369fa8a
.travis.yml
@@ -33,7 +33,7 @@ deploy:
33
on:
34
tags: true
35
all_branches: true
36
- repo: ingrammicro/apsconnect-cli
+ repo: cloudblue/apsconnect-cli
37
condition: "$BUILD = OSX"
38
- provider: releases
39
skip_cleanup: true
@@ -45,7 +45,7 @@ deploy:
45
46
47
48
49
condition: "$BUILD = LINUX"
50
- provider: pypi
51
user: "__token__"
@@ -55,5 +55,5 @@ deploy:
55
56
57
distributions: sdist bdist_wheel
58
59
condition: "$BUILD = PYPI"
0 commit comments