mirror of
https://github.com/davidfraser/pyan.git
synced 2026-01-08 23:17:58 -05:00
add release management shell scripts
This commit is contained in:
2
makedist.sh
Executable file
2
makedist.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
python3 setup.py sdist bdist_wheel
|
||||
3
uploaddist.sh
Executable file
3
uploaddist.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
VERSION="$1"
|
||||
twine upload dist/pyan-${VERSION}.tar.gz dist/pyan-${VERSION}-py3-none-any.whl
|
||||
Reference in New Issue
Block a user