Skip to content

Commit 7f7ea06

Browse files
committed
chore: upgrades publish workflow to latest python version
Signed-off-by: Vincent Biret <[email protected]>
1 parent 70f6fb2 commit 7f7ea06

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
steps:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
24-
- name: Set up Python 3.11
24+
- name: Set up Python 3.12
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: 3.11
27+
python-version: 3.12
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
@@ -51,5 +51,3 @@ jobs:
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
run: gh release create --notes '${{ steps.extract-release-notes.outputs.release_notes }}' --title ${{ github.ref_name }} ${{ github.ref_name }}
54-
55-

0 commit comments

Comments
 (0)