Skip to content

Commit ccb68f2

Browse files
committed
don't set python version
1 parent 53c19ed commit ccb68f2

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-python@v5
3333
with:
3434
architecture: ${{ matrix.platform.target }}
35-
python-version: "3.13"
35+
3636

3737
- name: Install LLVM
3838
run: bash ./scripts/install_llvm.sh
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v4
9191
- uses: actions/setup-python@v5
9292
with:
93-
python-version: "3.13"
93+
9494

9595
- name: Build wheels
9696
uses: PyO3/maturin-action@v1
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/checkout@v4
123123
- uses: actions/setup-python@v5
124124
with:
125-
python-version: "3.13"
125+
126126

127127
- name: Build wheels
128128
uses: PyO3/maturin-action@v1
@@ -158,7 +158,7 @@ jobs:
158158
- uses: actions/setup-python@v5
159159
with:
160160
architecture: ${{ matrix.platform.target }}
161-
python-version: "3.13"
161+
162162

163163
- name: Build wheels
164164
uses: PyO3/maturin-action@v1
@@ -186,7 +186,6 @@ jobs:
186186
- uses: actions/setup-python@v5
187187
with:
188188
architecture: ${{ matrix.platform.target }}
189-
python-version: "3.13"
190189

191190
- name: Install LLVM
192191
run: bash ./scripts/install_llvm.sh

0 commit comments

Comments
 (0)