Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Mar 1, 2024
1 parent 58d09ff commit 28d70e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Wheels

on:
push:
workflow_dispatch:
release:
types:
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ include-package-data = true
packages = [
"umi"
]

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

0 comments on commit 28d70e9

Please sign in to comment.