Skip to content

Commit 3fc4d02

Browse files
committed
Make pypi contain a source distribution too.
1 parent 195f2ae commit 3fc4d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
addons:
88
apt:
99
packages:
10-
-
10+
-
1111
install:
1212
- pip install codecov
1313
- pip install tox
@@ -27,7 +27,7 @@ deploy:
2727
provider: pypi
2828
on:
2929
tags: true
30-
distributions: bdist_wheel
30+
distributions: "sdist bdist_wheel"
3131
skip_existing: true
3232
username: __token__
3333
password:

0 commit comments

Comments
 (0)