From 07b905a7aa08beb9a82271664571fc316edf82a4 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 22 May 2024 10:16:43 -0400 Subject: [PATCH] more --- .github/workflows/python-packaging.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-packaging.yml b/.github/workflows/python-packaging.yml index bb74ff3ef2..8d5a729e21 100644 --- a/.github/workflows/python-packaging.yml +++ b/.github/workflows/python-packaging.yml @@ -76,6 +76,7 @@ jobs: echo matrix.platform: ${{ matrix.platform }} echo matrix.arch: ${{ matrix.arch }} # This bit is crucial since it's used to match up to a component of the wheel-file name + pip install -y setuptools python -c 'from distutils import util; print(util.get_platform())' echo - name: Build wheels @@ -149,6 +150,7 @@ jobs: echo matrix.platform: ${{ matrix.platform }} echo matrix.arch: ${{ matrix.arch }} # This bit is crucial since it's used to match up to a component of the wheel-file name + pip install -y setuptools python -c 'from distutils import util; print(util.get_platform())' echo WHL=$(find . -name 'tiledbsoma-*-cp311-cp311-*${{ matrix.platform }}*_${{ matrix.arch }}.whl')