From e84e7ec40dfe498bdde691922c3fece75473dc81 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Fri, 24 Sep 2021 02:15:27 +0100 Subject: [PATCH] update preview version tag 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 df0b5dd759..d5c4e5ae05 100644 --- a/.github/workflows/weekly-preview.yml +++ b/.github/workflows/weekly-preview.yml @@ -33,7 +33,7 @@ jobs: export YEAR_WEEK=$(date +'%y%U') echo "Year week for tag is ${YEAR_WEEK}" if ! [[ $YEAR_WEEK =~ ^[0-9]{4}$ ]] ; then echo "Wrong 'year week' format. Should be 4 digits."; exit 1 ; fi - git tag "0.7.dev${YEAR_WEEK}" + git tag "0.8.dev${YEAR_WEEK}" git log -1 git tag --list python setup.py sdist bdist_wheel