瀏覽代碼

minor change in the deployment script

Dimitri Korsch 3 年之前
父節點
當前提交
12ca309f68
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy_latest.sh

+ 1 - 1
deploy_latest.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-current_version=$(python -c "import cvfinetune; print(cvfinetune.__version__)")
+current_version=$(python setup.py -V)
 
 REPO=${REPO:-pypi}