Skip to content

Commit 34ee9c5

Browse files
authored
Merge pull request #128 from dwhswenson/release-0.6.1
Release 0.6.1
2 parents a359a72 + 4fe1eb7 commit 34ee9c5

8 files changed

Lines changed: 26 additions & 22 deletions

File tree

.github/workflows/autorelease-default-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
44
if [ -f autorelease-env.sh ]; then
55
source autorelease-env.sh
66
fi

.github/workflows/autorelease-deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vendored from Autorelease 0.6.0
1+
# Vendored from Autorelease 0.6.1
22
# Update by updating Autorelease and running `autorelease vendor actions`
33
name: "Autorelease Deploy"
44
on:
@@ -10,9 +10,11 @@ jobs:
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

.github/workflows/autorelease-gh-rel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vendored from Autorelease 0.6.0
1+
# Vendored from Autorelease 0.6.1
22
# Update by updating Autorelease and running `autorelease vendor actions`
33
name: "Autorelease Release"
44
on:
@@ -13,8 +13,8 @@ jobs:
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

.github/workflows/autorelease-prep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vendored from Autorelease 0.6.0
1+
# Vendored from Autorelease 0.6.1
22
# Update by updating Autorelease and running `autorelease vendor actions`
33
name: "Autorelease testpypi"
44
on:
@@ -19,8 +19,8 @@ jobs:
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
@@ -55,8 +55,8 @@ jobs:
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

autorelease/gh_actions_stages/autorelease-deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
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

autorelease/gh_actions_stages/autorelease-gh-rel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
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

autorelease/gh_actions_stages/autorelease-prep.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
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
@@ -55,8 +55,8 @@ jobs:
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = autorelease
3-
version = 0.6.0
3+
version = 0.6.1
44
# version should end in .dev0 if this isn't to be released
55
short_description = Tools to keep the release process clean.
66
description = Tools to keep the release process clean.

0 commit comments

Comments
 (0)