Browse Source

minor change in the deployment script

Dimitri Korsch 3 năm trước cách đây
mục cha
commit
12ca309f68
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}