diff --git a/.github/workflows/weekly-preview.yml b/.github/workflows/weekly-preview.yml index 6a2d07386f..23f10426f8 100644 --- a/.github/workflows/weekly-preview.yml +++ b/.github/workflows/weekly-preview.yml @@ -69,7 +69,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 "1.6.dev${YEAR_WEEK}" + git tag "1.7.dev${YEAR_WEEK}" git log -1 git tag --list python setup.py sdist bdist_wheel