Explorar o código

Add upload script

luozhouyang %!s(int64=7) %!d(string=hai) anos
pai
achega
424d47478c
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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