Skip to content

Commit bfd27c8

Browse files
authored
Publish Windows bundles
1 parent 7c803ee commit bfd27c8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_windows.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ jobs:
5656
with:
5757
path: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
5858
if-no-files-found: error
59+
- uses: BetaHuhn/do-spaces-action@v2
60+
with:
61+
access_key: ${{ secrets.ACCESS_KEY}}
62+
secret_key: ${{ secrets.SECRET_KEY }}
63+
space_name: ${{ secrets.SPACE_NAME }}
64+
space_region: ${{ secrets.SPACE_REGION }}
65+
source: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip

0 commit comments

Comments
 (0)