Skip to content

Commit 1bf8416

Browse files
committed
Build tools
1 parent 0a86ef2 commit 1bf8416

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
python setup.py bdist_wheel

publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
twine upload dist/* -r pypi
File renamed without changes.

0 commit comments

Comments
 (0)