From 3725149be989a3d2002ba92dea9335ff5f969365 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Tue, 15 Dec 2020 15:35:20 +0000 Subject: [PATCH] update weekly preview Signed-off-by: Wenqi Li --- .github/workflows/weekly-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-preview.yml b/.github/workflows/weekly-preview.yml index b6dd43dbe0..54e43d6968 100644 --- a/.github/workflows/weekly-preview.yml +++ b/.github/workflows/weekly-preview.yml @@ -29,7 +29,7 @@ jobs: git config user.email "monai.miccai2019@gmail.com" git add setup.cfg monai/__init__.py git commit -m "Weekly build at $HEAD_COMMIT_ID" - git tag 0.4.dev$(date +'%y%U') + git tag 0.5.dev$(date +'%y%U') python setup.py sdist bdist_wheel - name: Publish to PyPI