File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- INSTALL_AUTORELEASE=" python -m pip install autorelease==0.2.6 "
1+ INSTALL_AUTORELEASE=" python -m pip install autorelease==0.2.3 "
22if [ -f autorelease-env.sh ]; then
33 source autorelease-env.sh
44fi
Original file line number Diff line number Diff line change 1+ # File vencdored from Autorelease; specific version information should be in
2+ # the INSTALL_AUTORELEASE variable in autorelease-default-env.sh
13name : " Autorelease"
24on :
35 pull_request :
5153 python-version : " 3.x"
5254 - run : | # TODO: move this to an action
5355 source ./.github/workflows/autorelease-default-env.sh
54- if [ -f "autorelease-env.sh" ]; then
56+ if [ -f ".autorelease/test-testpypi.sh" ]; then
57+ source ./autorelease/test-testpypi.sh
58+ elif [ -f "autorelease-env.sh" ]; then
5559 cat autorelease-env.sh >> $GITHUB_ENV
5660 fi
5761 eval $INSTALL_AUTORELEASE
You can’t perform that action at this time.
0 commit comments