Skip to content

Commit aac31ae

Browse files
nnsW3henryiiimayeut
authored
docs: fix update scripts usage (#2067)
* Update contributing.md * Update options.md * Update options.md * Update docs/contributing.md Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> * Update contributing.md * Apply suggestions from code review Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com> --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com> Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
1 parent b882b84 commit aac31ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/contributing.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ nox -s docs # Build and serve the documentation
113113
nox -s build # Make SDist and wheel
114114
```
115115

116-
More advanced users can run the update scripts. `update_pins` should work directly, but `update_constraints` needs all versions of Python installed. If you don't want to do that locally, a fast way to run it to use docker to run nox:
116+
More advanced users can run the update scripts:
117117

118118
```console
119-
docker run --rm -itv $PWD:/src -w /src quay.io/pypa/manylinux_2_24_x86_64:latest pipx run nox -s update_constraints
119+
nox -s update_constraints # update all constraints files in cibuildwheel/resources
120+
nox -s update_pins # update tools, python interpreters & docker images used by cibuildwheel
120121
```
121122

122123
## Maintainer notes

0 commit comments

Comments
 (0)