Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Nov 14, 2024
1 parent 14ca58d commit 6afcc7d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ jobs:
- { ARCH: win32, PYVER: 3.9.13 }
- { ARCH: amd64, PYVER: 3.9.13 }

- { ARCH: win32, PYVER: 3.10.9 }
- { ARCH: amd64, PYVER: 3.10.9 }
- { ARCH: win32, PYVER: 3.10.11 }
- { ARCH: amd64, PYVER: 3.10.11 }

- { ARCH: win32, PYVER: 3.11.2 }
- { ARCH: amd64, PYVER: 3.11.2 }
- { ARCH: win32, PYVER: 3.11.9 }
- { ARCH: amd64, PYVER: 3.11.9 }

- { ARCH: win32, PYVER: 3.12.0 }
- { ARCH: amd64, PYVER: 3.12.0 }
- { ARCH: win32, PYVER: 3.12.7 }
- { ARCH: amd64, PYVER: 3.12.7 }

- { ARCH: win32, PYVER: 3.13.0 }
- { ARCH: amd64, PYVER: 3.13.0 }
steps:
- name: Checkout main repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -63,4 +66,4 @@ jobs:
secret_key: ${{ secrets.SECRET_KEY }}
space_name: ${{ secrets.SPACE_NAME }}
space_region: ${{ secrets.SPACE_REGION }}
source: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
source: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip

0 comments on commit 6afcc7d

Please sign in to comment.