Skip to content

Commit 3413bc0

Browse files
committed
- build wheels from sdist
1 parent 6a10a2b commit 3413bc0

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-20.04, windows-2019, macos-11]
31-
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
31+
python_version: ['cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
3232

3333
steps:
34-
- uses: actions/checkout@v4
35-
with:
36-
submodules: recursive
34+
- uses: actions/download-artifact@main
35+
with:
36+
name: sdist
3737

38-
- uses: pypa/cibuildwheel@v2.16.2
39-
env:
40-
CIBW_BUILD: ${{ matrix.python_version }}
41-
CIBW_ARCHS_MACOS: x86_64 arm64
38+
- uses: pypa/cibuildwheel@v2.16.2
39+
env:
40+
CIBW_BUILD: ${{ matrix.python_version }}
41+
CIBW_ARCHS_MACOS: x86_64 arm64
4242

43-
- name: Upload wheels
44-
uses: actions/upload-artifact@v3
45-
with:
46-
path: wheelhouse/*.whl
43+
- name: Upload wheels
44+
uses: actions/upload-artifact@v3
45+
with:
46+
path: wheelhouse/*.whl

libsbml_source

Submodule libsbml_source updated 226 files

0 commit comments

Comments
 (0)