This way we should be able to more of the grid parameters in the left
column of the Github build run page.
jobs:
- source: # {{{
- name: Build sdist packages
+ sdist: # {{{
runs-on: ubuntu-20.04
strategy:
# }}}
linux: # {{{
- name: Build Linux packages
runs-on: ubuntu-20.04
strategy:
# }}}
macos: # {{{
- name: Build MacOS packages
runs-on: macos-10.15
strategy:
# }}}
windows: # {{{
- name: Build Windows packages
runs-on: windows-2019
strategy:
jobs:
linux: # {{{
- name: Test on Linux
runs-on: ubuntu-20.04
strategy:
# }}}
macos: # {{{
- name: Test on MacOS
runs-on: macos-10.15
strategy:
# }}}
windows: # {{{
- name: Test on Windows
runs-on: windows-2019
strategy: