Skip to content

Commit 41f7b77

Browse files
committed
Remove sdist build
1 parent cb91b5c commit 41f7b77

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -216,34 +216,13 @@ jobs:
216216
path: ./wheelhouse/*.whl
217217
if-no-files-found: error
218218

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-
239219
publish_pypi:
240220
if: ${{ github.event_name == 'release' && github.repository == 'pybamm-team/pybammsolvers' }}
241221
name: Upload package to PyPI
242222
needs: [
243223
build_manylinux_wheels,
244224
build_macos_wheels,
245-
build_windows_wheels,
246-
build_sdist
225+
build_windows_wheels
247226
]
248227
runs-on: ubuntu-latest
249228
environment:

0 commit comments

Comments
 (0)