We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c26ae6 + 15f5073 commit 04cdd8fCopy full SHA for 04cdd8f
1 file changed
.github/workflows/weekly-preview.yml
@@ -69,7 +69,7 @@ jobs:
69
export YEAR_WEEK=$(date +'%y%U')
70
echo "Year week for tag is ${YEAR_WEEK}"
71
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}"
+ git tag "1.7.dev${YEAR_WEEK}"
73
git log -1
74
git tag --list
75
python setup.py sdist bdist_wheel
0 commit comments