We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c803ee commit bfd27c8Copy full SHA for bfd27c8
.github/workflows/build_windows.yml
@@ -56,3 +56,10 @@ jobs:
56
with:
57
path: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
58
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