Skip to content

Commit 8db4316

Browse files
author
roll
committed
added python_wheel deploy via travis
1 parent 24f591d commit 8db4316

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ after_success:
2929
deploy:
3030
provider: pypi
3131
user: okfn
32+
distributions: sdist bdist_wheel
3233
on:
3334
tags: true
3435
password:

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal=1

0 commit comments

Comments
 (0)