github
id | workflow | name | repo | runs-on | strategy | needs | if |
---|---|---|---|---|---|---|---|
27875 | 20992 | test | 140912432 | ${{ matrix.os }} | { "matrix": { "python-version": [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ], "os": [ "ubuntu-latest", "windows-latest", "macos-latest" ] } } |
||
27876 | 20992 | deploy | 140912432 | ubuntu-latest | [ "test" ] |