Skip to content

Commit

Permalink
Ignore check-wheel-content duplicate file error (#7343)
Browse files Browse the repository at this point in the history
* modified test file workaround check-wheel-contents duplicate files

* Revert "modified test file workaround check-wheel-contents duplicate files"

This reverts commit 9145ed5.

ignore check wheel contents duplicate file check
  • Loading branch information
RRosio committed May 1, 2024
1 parent 382a5db commit e1723f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ tag_template = "v{new_version}"

[[tool.tbump.file]]
src = "notebook/_version.py"

[tool.check-wheel-contents]
ignore = ["W002"]

0 comments on commit e1723f4

Please sign in to comment.