Skip to content

Commit 10a52db

Browse files
committed
Changed github actions for release.
1 parent c10ed33 commit 10a52db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-publish-release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ on:
1010
jobs:
1111
deploy:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.os }}
14+
strategy:
15+
matrix:
16+
os: [macos-latest, ubuntu-latest, windows-latest]
1417

1518
steps:
1619
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)