Skip to content

Commit 15f513c

Browse files
committed
updated release script to build Py2 + Py3 wheels
1 parent 9193994 commit 15f513c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
22

33
python3 setup.py sdist bdist_wheel
4+
python2 bdist_wheel
45
#twine upload dist/font-line-0.7.0*

0 commit comments

Comments
 (0)