pull/129/head
Xavier Olive 2 years ago
parent 06941bac2e
commit 73c3a75234

@ -7,10 +7,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest # ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
env:

Loading…
Cancel
Save