Skip to content

Commit 8478b49

Browse files
committed
- use stable python 3.13 to release with ubuntu 24
1 parent cd315db commit 8478b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
TAG: ${{ github.event.release.tag_name }}
1919
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT
2020

21-
- name: Set up Python 3.14
21+
- name: Set up Python 3.13
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.14
24+
python-version: 3.13
2525

2626
- name: Cache Poetry virtualenv
2727
uses: actions/cache@v3

0 commit comments

Comments
 (0)