Skip to content

Commit 771abcb

Browse files
committed
Update pypi-release.yml
* Build for multiple OS/arch Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent de1f505 commit 771abcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
build-pypi-distribs:
2323
name: Build and publish library to PyPI
24-
runs-on: ubuntu-24.04
24+
runs-on: [ubuntu-latest, windows-latest, macos-latest, macos-13]
2525

2626
strategy:
2727
matrix:
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout code
3232
uses: actions/checkout@v4
33-
33+
3434
- name: Set up Python
3535
uses: actions/setup-python@v5
3636
with:

0 commit comments

Comments
 (0)