Skip to content

Commit 08c789f

Browse files
committed
Only deploy once, for Python 3.6
Since we only end up uploading an sdist anyway, this avoids repeat uploads, which cause Travis to error.
1 parent 631e5f1 commit 08c789f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ deploy:
1919
distributions: "sdist bdist_wheel"
2020
on:
2121
tags: true
22+
python: "3.6"

0 commit comments

Comments
 (0)