Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
mwparserfromhell
espelhamento de
https://github.com/earwig/mwparserfromhell
Observar
1
Favorito
1
Fork
0
Código
Versões
24
Atividade
Ver código fonte
Thanks YAML, very cool
tags/v0.6.4
Ben Kurtovic
3 anos atrás
pai
3ae07d450a
commit
a7098af650
1 arquivos alterados
com
6 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-1
.github/workflows/build-macos-wheels.yml
+ 6
- 1
.github/workflows/build-macos-wheels.yml
Ver arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar