File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66 tags : [v*]
7+ # pull_request:
78
89jobs :
910 test :
@@ -13,15 +14,13 @@ jobs:
1314 coverage-upload : none
1415
1516 build-sdist :
16- name : 🐍 sdist
17+ name : 🐍 sdist and universal wheel
1718 runs-on : ubuntu-latest
1819 steps :
1920 - uses : actions/checkout@v4
2021 with :
2122 fetch-depth : 0
2223 - uses : hynek/build-and-inspect-python-package@v2
23- with :
24- skip-wheel : true
2524
2625 build-wheels :
2726 name : mypyc wheels (${{ matrix.os }})
Original file line number Diff line number Diff line change @@ -127,6 +127,10 @@ before-all = "yum install -y python3-devel"
127127[tool .cibuildwheel .environment ]
128128HATCH_BUILD_HOOKS_ENABLE = " 1"
129129
130+ [tool .check-wheel-contents ]
131+ # W004: Module is not located at importable path (hook-psygnal.py)
132+ ignore = [" W004" ]
133+
130134# https://docs.astral.sh/ruff/
131135[tool .ruff ]
132136line-length = 88
You can’t perform that action at this time.
0 commit comments