diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 9da7579..349224b 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -72,7 +72,6 @@ jobs: match job['platform']: case 'linux': job['manylinux'] = 'auto' - job['args'] = ' --zig' case 'mussllinux': job['manylinux'] = 'musllinux_1_2'