File tree Expand file tree Collapse file tree
autorelease/gh_actions_stages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Vendored from Autorelease 0.6.0
1+ # Vendored from Autorelease 0.6.1
22# Update by updating Autorelease and running `autorelease vendor actions`
3- INSTALL_AUTORELEASE=" python -m pip install autorelease==0.6.0 "
3+ INSTALL_AUTORELEASE=" python -m pip install autorelease==0.6.1 "
44if [ -f autorelease-env.sh ]; then
55 source autorelease-env.sh
66fi
Original file line number Diff line number Diff line change 1- # Vendored from Autorelease 0.6.0
1+ # Vendored from Autorelease 0.6.1
22# Update by updating Autorelease and running `autorelease vendor actions`
33name : " Autorelease Deploy"
44on :
1010 if : ${{ github.repository == 'dwhswenson/autorelease' }}
1111 runs-on : ubuntu-latest
1212 name : " Deploy to PyPI"
13+ permissions :
14+ id-token : write
1315 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-python@v2
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-python@v5
1618 with :
1719 python-version : " 3.x"
1820 - run : | # TODO: move this to an action
Original file line number Diff line number Diff line change 1- # Vendored from Autorelease 0.6.0
1+ # Vendored from Autorelease 0.6.1
22# Update by updating Autorelease and running `autorelease vendor actions`
33name : " Autorelease Release"
44on :
1313 runs-on : ubuntu-latest
1414 name : " Cut release"
1515 steps :
16- - uses : actions/checkout@v2
17- - uses : actions/setup-python@v2
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.x"
2020 - run : | # TODO: move this to an action
Original file line number Diff line number Diff line change 1- # Vendored from Autorelease 0.6.0
1+ # Vendored from Autorelease 0.6.1
22# Update by updating Autorelease and running `autorelease vendor actions`
33name : " Autorelease testpypi"
44on :
1919 runs-on : ubuntu-latest
2020 name : " Deployment test"
2121 steps :
22- - uses : actions/checkout@v2
23- - uses : actions/setup-python@v2
22+ - uses : actions/checkout@v4
23+ - uses : actions/setup-python@v5
2424 with :
2525 python-version : " 3.x"
2626 - run : | # TODO: move this to an action
5555 name : " Test deployed"
5656 needs : deploy_testpypi
5757 steps :
58- - uses : actions/checkout@v2
59- - uses : actions/setup-python@v2
58+ - uses : actions/checkout@v4
59+ - uses : actions/setup-python@v5
6060 with :
6161 python-version : " 3.x"
6262 - run : | # TODO: move this to an action
Original file line number Diff line number Diff line change 1010 if : $${{ github.repository == '$GITHUB_REPO' }}
1111 runs-on : ubuntu-latest
1212 name : " Deploy to PyPI"
13+ permissions :
14+ id-token : write
1315 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-python@v2
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-python@v5
1618 with :
1719 python-version : " 3.x"
1820 - run : | # TODO: move this to an action
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 name : " Cut release"
1515 steps :
16- - uses : actions/checkout@v2
17- - uses : actions/setup-python@v2
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.x"
2020 - run : | # TODO: move this to an action
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 name : " Deployment test"
2121 steps :
22- - uses : actions/checkout@v2
23- - uses : actions/setup-python@v2
22+ - uses : actions/checkout@v4
23+ - uses : actions/setup-python@v5
2424 with :
2525 python-version : " 3.x"
2626 - run : | # TODO: move this to an action
5555 name : " Test deployed"
5656 needs : deploy_testpypi
5757 steps :
58- - uses : actions/checkout@v2
59- - uses : actions/setup-python@v2
58+ - uses : actions/checkout@v4
59+ - uses : actions/setup-python@v5
6060 with :
6161 python-version : " 3.x"
6262 - run : | # TODO: move this to an action
Original file line number Diff line number Diff line change 11[metadata]
22name = autorelease
3- version = 0.6.0
3+ version = 0.6.1
44# version should end in .dev0 if this isn't to be released
55short_description = Tools to keep the release process clean.
66description = Tools to keep the release process clean.
You can’t perform that action at this time.
0 commit comments