Skip to content

Commit 04cdd8f

Browse files
committed
Sync with upstream dev
2 parents 9c26ae6 + 15f5073 commit 04cdd8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
export YEAR_WEEK=$(date +'%y%U')
7070
echo "Year week for tag is ${YEAR_WEEK}"
7171
if ! [[ $YEAR_WEEK =~ ^[0-9]{4}$ ]] ; then echo "Wrong 'year week' format. Should be 4 digits."; exit 1 ; fi
72-
git tag "1.6.dev${YEAR_WEEK}"
72+
git tag "1.7.dev${YEAR_WEEK}"
7373
git log -1
7474
git tag --list
7575
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)