You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec-0004/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,3 +169,6 @@ and other ancillary information as needed.
169
169
- Example of [a GitHub Action workflow that creates a tracking issue for failed CI runs](https://github.com/scikit-learn/scikit-learn/blob/689efe2f25356aa674bd0090f44b0914aae4d3a3/.github/workflows/update_tracking_issue.yml)
170
170
- Example of using [this action in NetworkX](https://github.com/networkx/networkx/blob/main/.github/workflows/nightly.yml) to publish a nightly release.
171
171
- Example of [a Jupyter notebook based tutorial repo](https://github.com/numpy/numpy-tutorials/blob/main/tox.ini) to test with multiple version combination, including using the nightly wheels for the development version.
172
+
-`astropy` ships [its own nightly wheel](https://docs.astropy.org/en/latest/install.html#installing-pre-built-development-versions-of-astropy)
173
+
using [a workflow that relies on OpenAstronomy](https://github.com/astropy/astropy/blob/main/.github/workflows/publish.yml).
174
+
Its direct dependency, `pyerfa`, also has nightly wheel [here](https://pypi.anaconda.org/liberfa/simple).
0 commit comments