Skip to content

Commit cd3a13c

Browse files
authored
Publish Windows bundles
1 parent bfd27c8 commit cd3a13c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/build_windows.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ 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
59+
- name: Publish to Digital Ocean
60+
uses: BetaHuhn/do-spaces-action@v2
61+
with:
62+
access_key: ${{ secrets.ACCESS_KEY}}
63+
secret_key: ${{ secrets.SECRET_KEY }}
64+
space_name: ${{ secrets.SPACE_NAME }}
65+
space_region: ${{ secrets.SPACE_REGION }}
66+
source: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip

0 commit comments

Comments
 (0)