Skip to content

Commit

Permalink
add release management shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Jun 25, 2019
1 parent 85c38b3 commit 76e2d92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makedist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
python3 setup.py sdist bdist_wheel
3 changes: 3 additions & 0 deletions uploaddist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
VERSION="$1"
twine upload dist/pyan-${VERSION}.tar.gz dist/pyan-${VERSION}-py3-none-any.whl

0 comments on commit 76e2d92

Please sign in to comment.