From 850891365599841175ac3856271706e32319734f Mon Sep 17 00:00:00 2001 From: Wassim Kabalan Date: Mon, 9 Dec 2024 00:47:48 +0100 Subject: [PATCH] update release wf --- .github/workflows/github-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-deploy.yml b/.github/workflows/github-deploy.yml index 63f880b..873a295 100644 --- a/.github/workflows/github-deploy.yml +++ b/.github/workflows/github-deploy.yml @@ -12,7 +12,7 @@ jobs: matrix: # macos-13 is an intel runner, macos-14 is apple silicon os: [ubuntu-latest] - python-version: ["3.10" , "3.11" , "3.12"] + python-version: ["3.10" , "3.11" , "3.12"] steps: - uses: actions/checkout@v4