summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yaml')
-rw-r--r--.github/workflows/windows.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml
index 139a5a6..debe074 100644
--- a/.github/workflows/windows.yaml
+++ b/.github/workflows/windows.yaml
@@ -77,6 +77,20 @@ jobs:
run: |
ci/runtests.sh
+ - name: Python 3.10 (amd64)
+ env:
+ PYTHON: "py -3.10-64"
+ shell: bash
+ run: |
+ ci/runtests.sh
+
+ - name: Python 3.10 (x86)
+ env:
+ PYTHON: "py -3.10-32"
+ shell: bash
+ run: |
+ ci/runtests.sh
+
- name: Upload Wheels
uses: actions/upload-artifact@v1
with: