From f551841ff231dc1a3609937d374f7aa8bd04c979 Mon Sep 17 00:00:00 2001 From: Donny Winston Date: Fri, 3 Nov 2023 13:56:22 -0400 Subject: [PATCH] Update release.yml (#352) I still hate YAML --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c388f97b..ae12349f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: '3.10' - name: Build source and wheel archives run: |