From a64ef9be5945c9cba1e0634317aa6503d2e06392 Mon Sep 17 00:00:00 2001 From: Brian Major Date: Tue, 24 Oct 2023 16:00:09 -0700 Subject: [PATCH] feat(build): add quotes around python versions --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b86a92a..6b1e400 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -38,7 +38,7 @@ jobs: if : ${{ needs.releaseer.outputs.release_created }} strategy: matrix: - python-version: [3.9, 3.10, 3.11, 3.12] + python-version: ['3.9', '3.10', '3.11', '3.12'] steps: - name: Checkout Repository