File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -216,34 +216,13 @@ jobs:
216
216
path : ./wheelhouse/*.whl
217
217
if-no-files-found : error
218
218
219
- build_sdist :
220
- name : Build SDist
221
- runs-on : ubuntu-latest
222
-
223
- steps :
224
- - uses : actions/checkout@v4
225
- - uses : actions/setup-python@v5
226
- with :
227
- python-version : 3.12
228
-
229
- - name : Build SDist
230
- run : pipx run build --sdist
231
-
232
- - name : Upload SDist
233
- uses : actions/upload-artifact@v4.4.0
234
- with :
235
- name : sdist
236
- path : ./dist/*.tar.gz
237
- if-no-files-found : error
238
-
239
219
publish_pypi :
240
220
if : ${{ github.event_name == 'release' && github.repository == 'pybamm-team/pybammsolvers' }}
241
221
name : Upload package to PyPI
242
222
needs : [
243
223
build_manylinux_wheels,
244
224
build_macos_wheels,
245
- build_windows_wheels,
246
- build_sdist
225
+ build_windows_wheels
247
226
]
248
227
runs-on : ubuntu-latest
249
228
environment :
You can’t perform that action at this time.
0 commit comments