1 files changed, 4 insertions(+), 3 deletions(-)
M .build.yml
M .build.yml => .build.yml +4 -3
@@ 10,6 10,7 @@ tasks:
- build: |
cd tensorboard-plugin-netron
python3 -m build
-#- upload: |
-# cd tensorboard-plugin-netron
-# python3 -m twine upload dist/*
+ git describe --exact-match HEAD || complete-build
+- upload: |
+ cd tensorboard-plugin-netron
+ python3 -m twine upload dist/*