summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-03-31 22:47:32 -0400
committerScott Talbert <swt@techie.net>2022-03-31 22:47:32 -0400
commit677903d3f21fde9b5f6e340e141ee82447e964bd (patch)
tree229434f7889dc683426bf374c60f706a5d28f034
parentdf2ce8384be89406b97a5374ea88b1801fbf5d38 (diff)
downloadpycurl-677903d3f21fde9b5f6e340e141ee82447e964bd.tar.gz
Windows CI: save wheels after building
-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