Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Fix multiple deploys to PyPI (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Aug 24, 2019
1 parent 17c0397 commit 378a7b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: python

python: 3.6
language: minimal

env:
- DOCKER_PYTHON_VERSION=2.7
Expand Down Expand Up @@ -33,3 +31,4 @@ deploy:
tags: true
distributions: sdist bdist_wheel
repo: c-w/gutenberg
condition: $DOCKER_PYTHON_VERSION = 3.7

0 comments on commit 378a7b4

Please sign in to comment.