Skip to content

Commit

Permalink
Fixes typo in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavm-nvidia committed Dec 16, 2024
1 parent e6f566d commit 58ec508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tripy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: /tripy/dist/tripy-*.whl
files: /tripy/dist/nvtripy-*.whl
fail_on_unmatched_files: true

- name: Publish To PyPI
Expand Down

0 comments on commit 58ec508

Please sign in to comment.