From bfd27c8e37433b0536864944fdf01e16f2417ca6 Mon Sep 17 00:00:00 2001 From: Lucas Moura Belo Date: Mon, 8 Jan 2024 21:30:59 -0300 Subject: [PATCH] Publish Windows bundles --- .github/workflows/build_windows.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index c8928ff..8ee4137 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -56,3 +56,10 @@ jobs: with: path: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip if-no-files-found: error + - uses: BetaHuhn/do-spaces-action@v2 + with: + access_key: ${{ secrets.ACCESS_KEY}} + 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 \ No newline at end of file