Explorar el Código

Thanks YAML, very cool

tags/v0.6.4
Ben Kurtovic hace 2 años
padre
commit
a7098af650
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      .github/workflows/build-macos-wheels.yml

+ 6
- 1
.github/workflows/build-macos-wheels.yml Ver fichero

@@ -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 }}


Cargando…
Cancelar
Guardar