Skip to content

Commit f872598

Browse files
committed
README clarification
1 parent 848ea03 commit f872598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A basic template for building Python packages.
4949

5050

5151
## Notes
52-
- Continuous integration with GitHub Actions only works if you have a public repository or an Enterprise account. You can still run checks locally with `./run_ci_checks.sh` regardless.
52+
- Branch protections only work if you have a public repository or an Enterprise account.
5353
- You can include your repository as a dependency if it's hosted on GitHub. For example, alongside requirements like `numpy` or `matplotlib` in a `pyproject.toml` or `requirements.txt` or `setup.py`, you can list `"<PACKAGE-NAME>@git+https://github.com/<USER>/<NAME>.git"`.
5454
- Feel free to open pull requests to improve this repository.
5555
- You can use this code and modify it in any way without any attributions or acknowledgements (see `LICENSE`).

0 commit comments

Comments
 (0)