Browse Source

Thanks YAML, very cool

tags/v0.6.4
Ben Kurtovic 2 years ago
parent
commit
a7098af650
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .github/workflows/build-macos-wheels.yml

+ 6
- 1
.github/workflows/build-macos-wheels.yml View File

@@ -7,7 +7,12 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}


Loading…
Cancel
Save