chore: remove build check

This commit is contained in:
Phillip Cloud 2024-05-02 08:32:45 -04:00
parent be134f49f0
commit d2a982fa01
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -16,7 +16,6 @@ pipBuildPhase() {
--no-clean \
--no-build-isolation \
--wheel-dir dist \
--check-build-dependencies \
$pipBuildFlags .
echo "Finished creating a wheel..."