From 51ea35ec244d0841a32b30882aa1eca42f93ee31 Mon Sep 17 00:00:00 2001 From: HGSilveri Date: Fri, 7 Jun 2024 12:13:43 +0200 Subject: [PATCH] Fix typo in check-release CI job --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e09976b2..dcda4931 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,7 +66,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3,12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - name: Check out Pulser uses: actions/checkout@v4