1 file changed
+1
-1
lines changed- .github/workflows/bump.yml+1-1
- .github/workflows/reusable-cookie.yml+5-8
- .github/workflows/reusable-rr-tests.yml+4-4
- .pre-commit-config.yaml+1-1
- README.md+1-1
- docs/_includes/pyproject.md+2-2
- docs/pages/guides/docs.md+3-33
- docs/pages/guides/gha_basic.md+4-4
- docs/pages/guides/gha_wheels.md+2-2
- docs/pages/guides/packaging_classic.md+2-2
- docs/pages/guides/packaging_compiled.md+2-2
- docs/pages/guides/style.md+5-5
- docs/pages/guides/tasks.md+3-3
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+6-13
- {{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}+1-1
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+1-1
- {{cookiecutter.project_name}}/pyproject.toml+4-4
- {{cookiecutter.project_name}}/{% if cookiecutter.__ci=='gitlab' %}.gitlab-ci.yml{% endif %}+2-2
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='maturin' %}Cargo.toml{% endif %}+2-2
0 commit comments