Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Aug 8, 2024
1 parent 1cebbbc commit 4728ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ specify the following variables in the environment for the cibuildwheel action:
CIBW_PRERELEASE_PYTHONS: true
CIBW_FREE_THREADED_SUPPORT: true
CIBW_BUILD: cp313t-${{ matrix.buildplat }}
# TODO:
# TODO:
# remove when a released cython can build free-threaded extensions
CIBW_BUILD_FRONTEND: 'pip; args: --no-build-isolation'
```
Expand All @@ -63,7 +63,6 @@ pip about the nightly wheel index and it will use it in an isolated build. To do
this set:

```yaml
CIBW_BUILD_FRONTEND: 'pip; args: --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"'
```

Expand Down
2 changes: 1 addition & 1 deletion docs/porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ after importing a module that does not support the GIL.
```

In CI, you will need to ensure a nightly cython is installed for
free-threaded builds. See [the docs on setting up CI](ci.md) for advice on
free-threaded builds. See [the docs on setting up CI](ci.md) for advice on
how to build projects that depend on Cython.

=== "f2py"
Expand Down

0 comments on commit 4728ce1

Please sign in to comment.