Skip to content

Commit 58ec508

Browse files
Fixes typo in release pipeline
1 parent e6f566d commit 58ec508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tripy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: softprops/action-gh-release@v2
5959
with:
6060
generate_release_notes: true
61-
files: /tripy/dist/tripy-*.whl
61+
files: /tripy/dist/nvtripy-*.whl
6262
fail_on_unmatched_files: true
6363

6464
- name: Publish To PyPI

0 commit comments

Comments
 (0)