summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Talbert <swt@techie.net>2022-03-31 22:59:47 -0400
committerGitHub <noreply@github.com>2022-03-31 22:59:47 -0400
commit59eafb284aa201bae89cacf8b255926ef7bbfce0 (patch)
tree229434f7889dc683426bf374c60f706a5d28f034
parentdf2ce8384be89406b97a5374ea88b1801fbf5d38 (diff)
parent677903d3f21fde9b5f6e340e141ee82447e964bd (diff)
downloadpycurl-59eafb284aa201bae89cacf8b255926ef7bbfce0.tar.gz
Merge pull request #751 from swt2c/ci_windows_save_wheels
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