Skip to content

Commit 5290664

Browse files
authored
Merge pull request #21 from phillipd94/dev-update-build-actions
Dev update build actions
2 parents 15ab2b0 + bf52105 commit 5290664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
# Or push a tag
77
push:
88
tags:
9-
- v[0-9]+.[0-9]+.[0-9]+
9+
- v[0-9]+.[0-9]+.[0-9]+
1010

1111
jobs:
1212
build_wheels:
1313
name: Build wheels on ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, windows-2019, macOS-12]
17+
os: [ubuntu-20.04, windows-2019, macOS-13]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -30,8 +30,8 @@ jobs:
3030
- name: Build wheels
3131
run: python -m cibuildwheel --output-dir wheelhouse
3232

33-
# Uploaded result can be found in Actions -> <select run> -> Artifacts
33+
# Upload result (one per platform)
3434
- uses: actions/upload-artifact@v4
3535
with:
36-
name: pyclothoid-wheels
36+
name: pyclothoid-wheels-${{ matrix.os }}
3737
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)