Updated wheels path regex

This commit is contained in:
Andrew Murray 2026-04-15 19:52:16 +10:00
parent 433e46471e
commit 658d9ce258

View File

@ -13,7 +13,7 @@ on:
paths:
- ".ci/requirements-cibw.txt"
- ".github/dependencies.json"
- ".github/workflows/wheel*"
- ".github/workflows/wheels*"
- "pyproject.toml"
- "setup.py"
- "wheels/*"
@ -25,7 +25,7 @@ on:
paths:
- ".ci/requirements-cibw.txt"
- ".github/dependencies.json"
- ".github/workflows/wheel*"
- ".github/workflows/wheels*"
- "pyproject.toml"
- "setup.py"
- "wheels/*"