ソースを参照

Thanks YAML, very cool

tags/v0.6.4
Ben Kurtovic 2年前
コミット
a7098af650
1個のファイルの変更6行の追加1行の削除
  1. +6
    -1
      .github/workflows/build-macos-wheels.yml

+ 6
- 1
.github/workflows/build-macos-wheels.yml ファイルの表示

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


読み込み中…
キャンセル
保存