Skip to content

Commit fb91b81

Browse files
authored
Merge pull request #45 from bbc2/update-release-action
Update release action
2 parents 9d9ccbc + a396769 commit fb91b81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-python@v5
1212
with:
13-
python-version: '3.11'
13+
python-version: '3.12'
1414
- run: pip install --upgrade pip poetry
1515
- run: poetry build
1616
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)