Skip to content

Commit

Permalink
Fix sdist CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca committed Oct 16, 2024
1 parent aefb0b9 commit d4b3bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit d4b3bbc

Please sign in to comment.