Skip to content

Commit 48c433f

Browse files
committed
[cd build]
1 parent 87f2632 commit 48c433f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-python-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
- name: Setup Python
116116
uses: actions/setup-python@v5
117117
with:
118+
python-version: "3.13"
118119
cache: "pip"
119120
- name: Update pip
120121
run: |
@@ -150,6 +151,7 @@ jobs:
150151
- name: Setup Python
151152
uses: actions/setup-python@v5
152153
with:
154+
python-version: "3.13"
153155
cache: "pip"
154156
- name: Build source distribution
155157
run: |

0 commit comments

Comments
 (0)