diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 83322479..24f4f61a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: @@ -31,4 +31,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }} - path: build/* \ No newline at end of file + path: build/*