@@ -115,9 +115,10 @@ jobs:
115
115
- uses : actions/checkout@v4
116
116
- uses : actions/setup-python@v5
117
117
with :
118
- python-version : ' 3.11 '
118
+ python-version : ' 3.12 '
119
119
- name : Update version in Cargo.toml
120
120
run : |
121
+ pip3 install toml
121
122
python3 scripts/update_version_in_cargo_toml.py ${{ github.event.inputs.version_tag }}
122
123
- name : Build wheels
123
124
uses : PyO3/maturin-action@v1
@@ -145,10 +146,11 @@ jobs:
145
146
- uses : actions/checkout@v4
146
147
- uses : actions/setup-python@v5
147
148
with :
148
- python-version : ' 3.11 '
149
+ python-version : ' 3.12 '
149
150
architecture : ${{ matrix.platform.target }}
150
151
- name : Update version in Cargo.toml
151
152
run : |
153
+ pip3 install toml
152
154
python3 scripts/update_version_in_cargo_toml.py ${{ github.event.inputs.version_tag }}
153
155
- name : Build wheels
154
156
uses : PyO3/maturin-action@v1
@@ -175,9 +177,10 @@ jobs:
175
177
- uses : actions/checkout@v4
176
178
- uses : actions/setup-python@v5
177
179
with :
178
- python-version : ' 3.11 '
180
+ python-version : ' 3.12 '
179
181
- name : Update version in Cargo.toml
180
182
run : |
183
+ pip3 install toml
181
184
python3 scripts/update_version_in_cargo_toml.py ${{ github.event.inputs.version_tag }}
182
185
- name : Build wheels
183
186
uses : PyO3/maturin-action@v1
@@ -197,9 +200,10 @@ jobs:
197
200
- uses : actions/checkout@v4
198
201
- uses : actions/setup-python@v5
199
202
with :
200
- python-version : ' 3.11 '
203
+ python-version : ' 3.12 '
201
204
- name : Update version in Cargo.toml
202
205
run : |
206
+ pip3 install toml
203
207
python3 scripts/update_version_in_cargo_toml.py ${{ github.event.inputs.version_tag }}
204
208
- name : Build sdist
205
209
uses : PyO3/maturin-action@v1
0 commit comments