From 92baa6d0d44d253386365cef977dcfab52d2d293 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Mon, 19 Dec 2022 16:56:14 -0600 Subject: [PATCH] Correcting workflow syntax for python architectures. RE:#232 --- .github/workflows/build-py-dists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-py-dists.yml b/.github/workflows/build-py-dists.yml index 27f43992..4ad0f2ee 100644 --- a/.github/workflows/build-py-dists.yml +++ b/.github/workflows/build-py-dists.yml @@ -9,7 +9,7 @@ jobs: matrix: os: [windows-latest, macos-latest] python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] - python-arch: x64 + python-arch: [x64] steps: - uses: actions/checkout@v3