Skip to content

Commit

Permalink
Updating build behavior to include dependencies that do not have whee…
Browse files Browse the repository at this point in the history
…ls (#47)
  • Loading branch information
sindhu-ranga authored Feb 6, 2025
1 parent 59aa35f commit a9a9d96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy-release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel build twine
- name: Build wheels for selected dependencies
run: |
pip wheel -r requirements-build.txt -w dist
- name: Build distribution
run: |
python -m build --sdist
Expand Down
2 changes: 2 additions & 0 deletions requirements-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
h3>=3.6.1,<4
ratelimit

0 comments on commit a9a9d96

Please sign in to comment.