Skip to content

Commit

Permalink
Multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
y-richie-y committed Nov 13, 2023
1 parent f105728 commit ea8182c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
build_and_deploy:
strategy:
matrix:
# os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
# os: [ ubuntu-latest ]
python-version: [ 3.11 ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -31,4 +31,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: build/*
path: build/*

0 comments on commit ea8182c

Please sign in to comment.