Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ as cron jobs twice a week, and uploads nightlies to
[https://anaconda.org/scientific-python-nightly-wheels/scipy](anaconda.org/scientific-python-nightly-wheels/scipy).

For SciPy releases, the branch naming should match those of the main
`scipy/scipy` repository, e.g., `maintenance/2.3.x` for the 2.3.x releases.
`scipy/scipy` repository, e.g., `maintenance/1.17.x` for the 1.17.x releases.

Which branch, commit or tag is built when a set of wheel builds is triggered is
controlled by the `SOURCE_REF_TO_BUILD` variable at the top of
Expand Down Expand Up @@ -64,7 +64,7 @@ PyPI, however as of today that is not implemented.
## Security

To report a security vulnerability for SciPy itself, please see
[the security policy on the main repo](https://github.com/numpy/numpy/?tab=security-ov-file#readme).
[the security policy on the main repo](https://github.com/scipy/scipy/?tab=security-ov-file#readme).

To discuss a supply chain security related topic for the code in this
repository, please open an issue on this repository if it can be discussed in
Expand Down
Loading