diff --git a/.github/workflows/update-auditwheel.yml b/.github/workflows/update-auditwheel.yml index b22b7569e..810f41f1b 100644 --- a/.github/workflows/update-auditwheel.yml +++ b/.github/workflows/update-auditwheel.yml @@ -23,7 +23,7 @@ jobs: curl https://raw.githubusercontent.com/pypa/auditwheel/main/src/auditwheel/policy/manylinux-policy.json > src/auditwheel/manylinux-policy.json curl https://raw.githubusercontent.com/pypa/auditwheel/main/src/auditwheel/policy/musllinux-policy.json > src/auditwheel/musllinux-policy.json - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: delete-branch: true add-paths: |