Skip to content

Commit

Permalink
fix upload_release_asset
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Mar 11, 2024
1 parent 6ea5c88 commit da20661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
release_id = create_release(version=version, access_token=access_token, tag_prefix="version")
upload_release_asset(
release_id=release_id,
filename_pattern="dist/publish-tools-*.whl",
filename_pattern="dist/publish_tools-*.whl",
access_token=access_token,
)

0 comments on commit da20661

Please sign in to comment.