Skip to content

Commit

Permalink
Bump joerick/cibuildwheel from 2.20 to 2.21 (joerick#338)
Browse files Browse the repository at this point in the history
* Bump joerick/cibuildwheel from 2.20 to 2.21

Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.20 to 2.21.
- [Release notes](https://github.com/joerick/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.20...v2.21)

---
updated-dependencies:
- dependency-name: joerick/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix pre-commit

* Use the `-latest` CI images

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Rickerby <[email protected]>
  • Loading branch information
dependabot[bot] and joerick authored Nov 27, 2024
1 parent b7af150 commit 53785f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-latest, windows-latest, macos-latest]
archs: [auto]
include:
- os: ubuntu-22.04
- os: ubuntu-latest
archs: aarch64

steps:
Expand All @@ -41,7 +41,7 @@ jobs:
python-version: '3.8'

- name: Build wheels
uses: joerick/cibuildwheel@v2.20
uses: joerick/cibuildwheel@v2.21
env:
CIBW_SKIP: pp*
CIBW_ARCHS: ${{matrix.archs}}
Expand Down
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ profile something. In this case, add `PYINSTRUMENT_PROFILE_DIR = 'profiles'`
to your `settings.py`. Pyinstrument will profile every request and save the
HTML output to the folder `profiles` in your working directory.

You can further customize the filename by adding `PYINSTRUMENT_FILENAME` to
You can further customize the filename by adding `PYINSTRUMENT_FILENAME` to
`settings.py`, default values is `"{total_time:.3f}s {path} {timestamp:.0f}.{ext}"`.

If you want to show the profiling page depending on the request you can define
Expand Down

0 comments on commit 53785f0

Please sign in to comment.