summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-windows.yml4
1 files changed, 4 insertions, 0 deletions
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