Skip to content

Commit 9ca4344

Browse files
committed
#38 : update experimental CI
1 parent 0cba56e commit 9ca4344

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/experimental_wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
name: Make SDist
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0 # Optional, use if you use setuptools_scm
1919
submodules: recursive # Optional, use if you have submodules
2020

2121
- name: Build SDist
2222
run: pipx run build --sdist
2323

24-
- uses: actions/upload-artifact@v2
24+
- uses: actions/upload-artifact@v3
2525
with:
2626
path: dist/*.tar.gz
2727
name: sdist
@@ -36,17 +36,17 @@ jobs:
3636
python_version: ['cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
3737

3838
steps:
39-
- uses: actions/checkout@v1
39+
- uses: actions/checkout@v4
4040
with:
4141
submodules: recursive
4242

43-
- uses: pypa/cibuildwheel@v2.11.2
43+
- uses: pypa/cibuildwheel@v2.16.2
4444
env:
4545
CIBW_BUILD: ${{ matrix.python_version }}
4646
CIBW_ARCHS_MACOS: x86_64 arm64
4747
CIBW_ENVIRONMENT: LIBSBML_EXPERIMENTAL=1
4848

4949
- name: Upload wheels
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v3
5151
with:
5252
path: wheelhouse/*.whl

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,5 @@ $RECYCLE.BIN/
192192
/install*
193193
/spam/__pycache__
194194
/*.bak
195+
*.bak
196+
/test/

0 commit comments

Comments
 (0)