Skip to content

Commit 52e1bee

Browse files
committed
Merge branch 'ci/pypi_fix' into 'master'
ci(actions): Update pypi action to use Python 3.13 Closes IDF-12187 See merge request espressif/esp-idf-monitor!81
2 parents d2c0d9c + ee9a7a2 commit 52e1bee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/realease_pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

14-
- name: Set up Python 3.7
15-
uses: actions/setup-python@v2
14+
- name: Set up Python 3.13
15+
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.7'
17+
python-version: '3.13'
1818

1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)