Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Fix deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Jul 3, 2018
1 parent 3119324 commit 38a58e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
conditions: v1

dist: trusty
language: python
python:
Expand All @@ -24,7 +26,8 @@ jobs:
dist: xenial
sudo: required

- name: Deploy to PYPI
- stage: Deploy to PYPI
if: tag IS present
<<: *py-3_7-base
install: skip
script: skip
Expand Down

0 comments on commit 38a58e1

Please sign in to comment.