diff options
| author | jvoisin | 2018-11-11 20:49:24 +0100 |
|---|---|---|
| committer | jvoisin | 2018-11-11 20:49:24 +0100 |
| commit | 0ab17b973bce172fb29b6bdeabd8c790a724a7dc (patch) | |
| tree | f72559ed4a2d91ebccb27105abc94cf0cc118980 /CONTRIBUTING.md | |
| parent | 389311475c174138478f19c01c12d5d725e8c2b1 (diff) | |
mat2 is now available on pypi
Diffstat (limited to '')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b63744..76fd246 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -33,5 +33,5 @@ Since MAT2 is written in Python3, please conform as much as possible to the | |||
| 33 | 10. Sign the tarball with `gpg --armor --detach-sign mat-$VERSION.tar.xz` | 33 | 10. Sign the tarball with `gpg --armor --detach-sign mat-$VERSION.tar.xz` |
| 34 | 11. Upload the result on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there | 34 | 11. Upload the result on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there |
| 35 | 12. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev) | 35 | 12. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev) |
| 36 | 13. Tell the [downstreams](https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md) about it | 36 | 13. Upload the new version on pypi with `python3 setup.py sdist bdist_wheel` then `twine upload -s dist/*` |
| 37 | 14. Do the secret release dance | 37 | 14. Do the secret release dance |
