Skip to content

Commit

Permalink
ci: Providing missing path to maturin sdist job
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 20, 2024
1 parent 2d137ad commit b546bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
args: --out dist -m crates/eko/Cargo.toml
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b546bb8

Please sign in to comment.