Skip to content

Commit

Permalink
Publish sdist and bdist wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
groodt committed Dec 21, 2019
1 parent 1ca0525 commit 800726a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypi-upload.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
python setup.py sdist upload
python setup.py sdist bdist_wheel upload
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[egg_info]
[bdist_wheel]
universal = 1

0 comments on commit 800726a

Please sign in to comment.