Fix call to auditwheel in scripts/run_all.sh

This bugs prevents CI from building wheels.
This commit is contained in:
link2xt
2023-03-31 01:02:41 +00:00
parent e612927c5d
commit 6c57bc9438
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## [1.112.4] - 2023-03-31
### Fixes
- Fix call to `auditwheel` in `scripts/run_all.sh`.
## [1.112.3] - 2023-03-30
### Fixes