Skip to content

Commit 09d339f

Browse files
committed
chore(ci): remove check of wheels
The cibuildwheel process does a check that the wheels are valid, and also performs an installation of the wheel and a basic check that the import is working fine. It seems redundant to be doing a separate check. This was intended in commit 9604839, but a rebase inadvertently re-intruced the check. Ref: 02eab542cc667ac3d19bd6acaf0d7a4a0 Ref: #567 Signed-off-by: JP-Ellis <[email protected]>
1 parent 6043603 commit 09d339f

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -163,31 +163,6 @@ jobs:
163163
if-no-files-found: error
164164
compression-level: 0
165165

166-
check:
167-
name: Check wheels
168-
169-
runs-on: ubuntu-latest
170-
171-
needs:
172-
- build-x86_64
173-
- build-arm64
174-
175-
steps:
176-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
177-
178-
- name: Setup Python
179-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
180-
with:
181-
python-version: ${{ env.STABLE_PYTHON_VERSION }}
182-
cache: pip
183-
184-
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4
185-
with:
186-
path: wheelhouse
187-
188-
- run: |
189-
pipx run twine check --strict wheelhouse/*
190-
191166
publish:
192167
name: Publish wheels and sdist
193168

0 commit comments

Comments
 (0)