dependabot[bot]
|
ef0f1ff5f1
|
chore(deps): bump the actions group across 1 directory with 2 updates (#5818)
* chore(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).
Updates `actions/checkout` from 1 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...v5)
Updates `actions/attest-build-provenance` from 2 to 3
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/attest-build-provenance
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update .github/workflows/ci.yml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
|
2025-09-03 18:25:27 -07:00 |
|
Ralf W. Grosse-Kunstleve
|
cd56888c89
|
Bring CI back to all-working condition (#5822)
* Fix "🐍 3 • windows-latest • mingw64" job (apparently msys2/setup-msys2@v2 cannot be run twice anymore):
https://github.com/pybind/pybind11/actions/runs/17394902023/job/49417376616?pr=5796
```
Run msys2/setup-msys2@v2
with:
msystem: mingw64
install: mingw-w64-x86_64-python-numpy mingw-w64-x86_64-python-scipy mingw-w64-x86_64-eigen3
path-type: minimal
update: false
pacboy: false
release: true
location: RUNNER_TEMP
platform-check-severity: fatal
cache: true
env:
PYTHONDEVMODE: 1
PIP_BREAK_SYSTEM_PACKAGES: 1
PIP_ONLY_BINARY: numpy
FORCE_COLOR: 3
PYTEST_TIMEOUT: 300
VERBOSE: 1
CMAKE_COLOR_DIAGNOSTICS: 1
MSYSTEM: MINGW64
Error: Trying to install MSYS2 to D:\a\_temp\msys64 but that already exists, cannot continue.
```
* Add `pytest.xfail("[TEST-GIL-SCOPED] macOS free-threading...)`
* Change env.SYS_IS_GIL_ENABLED constant to env.sys_is_gil_enabled function
* Change install_mingw64_only → extra_install
* Also xfail if macOS and PY_GIL_DISABLED, show SOABI
* build-ios: brew upgrade|install cmake
* Revert "build-ios: brew upgrade|install cmake"
This reverts commit bd3900ee79.
See also:
https://github.com/pybind/pybind11/pull/5822#issuecomment-3247827317
* Disable build-ios job in tests-cibw.yml
* Remove macos_brew_install_llvm job because it started failing, to reduce our maintenance overhead:
Failures tracked here: https://github.com/pybind/pybind11/pull/5822#issuecomment-3247998220
* Fix iOS build step for cmake installation
Replaced brew upgrade with brew install for cmake.
* Update cmake installation steps in CI workflow
Uninstall cmake before installing the latest version due to GitHub's local tap changes.
* Update .github/workflows/tests-cibw.yml
---------
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
|
2025-09-03 09:06:41 -07:00 |
|
Henry Schreiner
|
ce7122857a
|
ci: avoid macOS 15 image change for iOS (#5798)
|
2025-08-16 09:12:00 -04:00 |
|
Henry Schreiner
|
23c59b6e3d
|
ci: add android test (#5714)
* ci: add android test
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* Fix Android tests (#23)
* Android tests working
* Clarifications
* ci: only use fork on Android
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* ci: add wheel (missing)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* ci: no patchelf?
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* ci: forgot pyproject android mention
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* Fix GHA configuration
* Update to cibuildwheel 3.1
* Restore installation of "wheel"
* Revert iOS to cibuildwheel 3.0
* Actually revert iOS back to cibuildwheel 3.0
* Restore iOS to cibuildwheel 3.1, and skip Python 3.14 instead
* Update .github/workflows/tests-cibw.yml
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
|
2025-08-06 22:32:45 -04:00 |
|
dependabot[bot]
|
f8640da401
|
chore(deps): bump pypa/cibuildwheel from 3.0.0rc2 to 3.0 in the actions group (#5721)
* chore(deps): bump pypa/cibuildwheel in the actions group
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
Updates `pypa/cibuildwheel` from 3.0.0rc2 to 3.0.0
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v3.0.0rc2...v3.0.0)
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update tests-cibw.yml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
|
2025-06-11 23:58:06 -04:00 |
|
Henry Schreiner
|
513d1f962e
|
ci: check iOS update (#5717)
|
2025-06-10 17:36:09 -04:00 |
|
Henry Schreiner
|
7da1d53df5
|
ci: test on iOS (#5705)
* ci: add iOS
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* Update .github/workflows/tests-cibw.yml
* ci: use test groups
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2025-06-02 00:29:40 -04:00 |
|
Henry Schreiner
|
29979761ba
|
ci: rename cibw workflow file
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2025-05-30 18:30:25 -04:00 |
|