Skip to content

Commit

Permalink
Make sure to include the sdist in the releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Dec 12, 2024
1 parent c76e728 commit cf12d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ jobs:
- name: build featomic sdist
run: |
pip install build
python -m build --sdist python/featomic
python -m build --sdist python/featomic --outdir ./dist/
- name: build featomic-torch sdist
run: |
python -m build --sdist python/featomic_torch
python -m build --sdist python/featomic_torch --outdir ./dist/
- name: create C++ tarballs
run: |
Expand Down

0 comments on commit cf12d41

Please sign in to comment.