Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
mwparserfromhell
espelho de
https://github.com/earwig/mwparserfromhell
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
24
Trabalho
Ver a proveniência
Thanks YAML, very cool
tags/v0.6.4
Ben Kurtovic
há 3 anos
ascendente
3ae07d450a
cometimento
a7098af650
1 ficheiros alterados
com
6 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+6
-1
.github/workflows/build-macos-wheels.yml
+ 6
- 1
.github/workflows/build-macos-wheels.yml
Ver ficheiro
@@ -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 }}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar