Skip to content

Commit

Permalink
chore: fix sdist maturin argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 7, 2024
1 parent 9a050a0 commit ab165cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: sdist
args: --out dist
args: --manifest-path=py-hftbacktest/Cargo.toml --out dist
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ab165cf

Please sign in to comment.