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.
1 parent bfa054b commit f06de43Copy full SHA for f06de43
.github/workflows/weekly-preview.yml
@@ -33,7 +33,7 @@ jobs:
33
export YEAR_WEEK=$(date +'%y%U')
34
echo "Year week for tag is ${YEAR_WEEK}"
35
if ! [[ $YEAR_WEEK =~ ^[0-9]{4}$ ]] ; then echo "Wrong 'year week' format. Should be 4 digits."; exit 1 ; fi
36
- git tag "0.7.dev${YEAR_WEEK}"
+ git tag "0.8.dev${YEAR_WEEK}"
37
git log -1
38
git tag --list
39
python setup.py sdist bdist_wheel
0 commit comments