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