docs: clarify that v3 major tag doesn't exist, minor version tags do (#2790)

This commit is contained in:
sedat4ras
2026-03-23 11:43:29 -04:00
committed by GitHub
parent 31f0d8a0db
commit 8a2ca0ce78
+3
View File
@@ -130,6 +130,9 @@ uses: pypa/cibuildwheel@v3.4.0
This is a composite step that just runs cibuildwheel using pipx. You can set command-line options as `with:` parameters, and use `env:` as normal.
!!! note "Minor version tags"
Unlike some GitHub Actions, cibuildwheel does **not** provide a floating `@v3` major-version tag, since our minor version change can add/remove wheels. You can, however, pin to a minor version such as `@v3.4` to automatically receive patch releases within that minor version. Dependabot (shown below) is the recommended way to stay up to date.
Then, your `.github/dependabot.yml` file could look like this:
```yaml