From 17318ad7315a6397cd49b26c4455fc5235b5715d Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Tue, 14 May 2024 23:15:10 -0400 Subject: [PATCH] Show Python version --- .github/workflows/wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 619e7acd..06fe94e5 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -19,6 +19,9 @@ jobs: - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.18.0 + - name: Get Python version + run: python --version + - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse working-directory: wrappers/pyrichdem