diff --git a/.github/workflows/deploy_github.yml b/.github/workflows/deploy_github.yml index 5bf0bd0..fb89187 100644 --- a/.github/workflows/deploy_github.yml +++ b/.github/workflows/deploy_github.yml @@ -1,4 +1,4 @@ -name: Deploy to GitHub Releases for macOS +name: Deploy to GitHub Releases on: push: @@ -7,8 +7,12 @@ on: jobs: build: - name: macOS Release - runs-on: macos-latest + name: Release + runs-on: ${{ matrix.os }} + strategy: + matrix: + python-version: ['3.9'] + os: [macos-latest, windows-latest] steps: - name: Set env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV