From 677903d3f21fde9b5f6e340e141ee82447e964bd Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Thu, 31 Mar 2022 22:47:32 -0400 Subject: Windows CI: save wheels after building --- .github/workflows/ci-windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 313c8b5..362b967 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -59,3 +59,7 @@ jobs: shell: bash - name: Test with pytest run: pytest -v + - name: Upload wheel + uses: actions/upload-artifact@v3 + with: + path: wheelhouse/*.whl -- cgit v1.2.1