Skip to content

Commit f47d658

Browse files
authored
Publish wheels to pypi (#67)
1 parent 2aeffa5 commit f47d658

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ deploy:
3535
on:
3636
tags: true
3737
python: 3.8
38+
distributions: "sdist bdist_wheel"

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[wheel]
2+
universal=1
3+
14
[flake8]
25
max-line-length = 120
36

0 commit comments

Comments
 (0)