Skip to content

Commit ee64f01

Browse files
authored
Move PyPI deploy to end of travis test stage. (#100)
1 parent 9160645 commit ee64f01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ addons:
3030
postgresql: '9.6'
3131
jobs:
3232
include:
33-
- stage: test
33+
- stage: test and deploy
3434
before_install: .travis/before_install.sh
3535
install: .travis/install.sh
3636
before_script: .travis/before_script.sh
@@ -44,10 +44,9 @@ jobs:
4444
- sudo kubectl logs -l app=pulp-content --tail=10000
4545
- sudo kubectl logs -l app=pulp-resource-manager --tail=10000
4646
- sudo kubectl logs -l app=pulp-worker --tail=10000
47-
- stage: Release to PyPI
48-
if: tag IS NOT blank
4947
deploy:
5048
provider: pypi
49+
distributions: "bdist_wheel"
5150
user: "__token__"
5251
skip_cleanup: true
5352
password:

0 commit comments

Comments
 (0)