Skip to content

Commit 0c47dc6

Browse files
authored
SPEC 4: Add astropy nightly wheel to Notes (#304)
As requested during SPEC meeting on 2024-03-05.
1 parent 5466479 commit 0c47dc6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

spec-0004/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,6 @@ and other ancillary information as needed.
169169
- 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)
170170
- Example of using [this action in NetworkX](https://github.com/networkx/networkx/blob/main/.github/workflows/nightly.yml) to publish a nightly release.
171171
- 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

Comments
 (0)