Skip to content

Commit

Permalink
setuptools>=70.1 in sdist GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Oct 1, 2024
1 parent 40e2178 commit cfde7f7
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 @@ -27,6 +27,8 @@ 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 'setuptools>=70.1' # cf. https://github.com/single-cell-data/TileDB-SOMA/pull/3076
- name: Build sdist
run: python setup.py sdist
working-directory: ./apis/python
Expand Down

0 comments on commit cfde7f7

Please sign in to comment.