Browse Source

Add upload script

luozhouyang 7 years ago
parent
commit
424d47478c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      upload.sh

+ 9 - 0
upload.sh

@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+source venv/bin/activate
+python3 setup.py sdist bdist_wheel
+twine upload dist/*
+
+rm -rf build
+rm -rf dist
+rm -rf *.egg-info