Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed May 22, 2024
1 parent 6ffc04b commit 07b905a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 07b905a

Please sign in to comment.