summaryrefslogtreecommitdiff
path: root/downstream_status.md
blob: 64cf1e631ed6f8e20c05783ee9a066b9de308f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
In Pint, we work hard to avoid breaking projects that depend on us.
If you are the maintainer of one of such projects, you can
help us get ahead of problems in simple way.

In addition to your standard CI routines, create a CI that install Pint's
release candidates. You can also (or alternatively) create CI that install
Pint's master branch in GitHub.

Take a look at the [Pint Downstream Demo](https://github.com/hgrecco/pint-downstream-demo)
if you need a template.

Then, add your project badges to this file so it can be used as a Dashboard (always putting the stable first)

[Pint Downstream Demo](https://github.com/hgrecco/pint-downstream-demo)
[![CI](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci.yml/badge.svg)](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci.yml)
[![CI-pint-pre](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci-pint-pre.yml/badge.svg)](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci-pint-pre.yml)
[![CI-pint-master](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci-pint-master.yml/badge.svg)](https://github.com/hgrecco/pint-downstream-demo/actions/workflows/ci-pint-master.yml)

[Pint Pandas](https://github.com/hgrecco/pint-pandas)
[![CI](https://github.com/hgrecco/pint-pandas/actions/workflows/ci.yml/badge.svg)](https://github.com/hgrecco/pint-pandas/actions/workflows/ci.yml)
[![CI-pint-pre](https://github.com/hgrecco/pint-pandas/actions/workflows/ci-pint-pre.yml/badge.svg)](https://github.com/hgrecco/pint-pandas/actions/workflows/ci-pint-pre.yml)
[![CI-pint-master](https://github.com/hgrecco/pint-pandas/actions/workflows/ci-pint-master.yml/badge.svg)](https://github.com/hgrecco/pint-pandas/actions/workflows/ci-pint-master.yml)

[MetPy](https://github.com/Unidata/MetPy)
[![CI](https://github.com/Unidata/MetPy/actions/workflows/tests-pypi.yml/badge.svg)](https://github.com/Unidata/MetPy/actions/workflows/tests-pypi.yml)
[![CI-pint-master](https://github.com/Unidata/MetPy/actions/workflows/nightly-builds.yml/badge.svg)](https://github.com/Unidata/MetPy/actions/workflows/nightly-builds.yml)