Skip to content

Commit

Permalink
setuptools>=70.1 in sdist GHA (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams authored Oct 1, 2024
1 parent 140bf0b commit db97b07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # ensure we get all tags to inform package version determination
- name: Install dependencies
run: pip install --upgrade 'setuptools>=70.1' importlib-metadata # cf. https://github.com/single-cell-data/TileDB-SOMA/pull/3076
- run: pip list
- name: Build sdist
run: python setup.py sdist
working-directory: ./apis/python
Expand Down

0 comments on commit db97b07

Please sign in to comment.