We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef00df2 commit 4319bd6Copy full SHA for 4319bd6
.travis.yml
@@ -135,7 +135,7 @@ jobs:
135
- docker push "$DOCKER_TAG_LATEST"
136
137
- stage: Deploy new release on GitHub
138
- if: type = push AND branch = master AND tag IS present
+ if: type = push AND tag IS present
139
before_install: skip
140
install: skip
141
script: skip
@@ -147,7 +147,7 @@ jobs:
147
tags: true
148
149
- stage: Deploy new release on PyPI
150
151
152
153
0 commit comments