From 0fe97f8781e4881c2dc810df39dd5cb93e82fef5 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Fri, 5 Jul 2024 16:04:57 +0200 Subject: [PATCH] Read python version from `pyproject.toml` --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1ef3f5f33..216183e4f 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version-file: "pyproject.toml" - name: Install Python tools run: pip install build twine