From 9be563eb43fa4bd8b4fc2d0a5e46d06358c46779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Paulev=C3=A9?= Date: Wed, 7 Jun 2023 17:19:53 +0200 Subject: [PATCH] python 3.10 instead of 3.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd6152b..f74562f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, 3.10, 3.11] + python-version: [3.9, '3.10', 3.11] steps: - uses: actions/checkout@v3 - run: sed -i "s:9999:${VERSION//*v/}:" setup.* conda/meta.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, 3.10, 3.11] + python-version: [3.9, '3.10', 3.11] steps: - uses: actions/checkout@v3 - run: sed -i "s:9999:${VERSION//*v/}:" setup.* conda/meta.yaml