1
0
Fork 0

doing a release: this is about mat2, not mat

Additionally, fix a typo.
This commit is contained in:
georg 2019-03-07 11:59:48 +00:00
parent 6b39edc3f2
commit 32ca58ef82
No known key found for this signature in database
GPG Key ID: 5AD75B414EA41667
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Since MAT2 is written in Python3, please conform as much as possible to the
8. Push the tag with `git push --tags` 8. Push the tag with `git push --tags`
9. Download the gitlab archive of the release 9. Download the gitlab archive of the release
10. Diff it against the local copy 10. Diff it against the local copy
11. If there is no different, sign the archive with `gpg --armor --detach-sign mat-$VERSION.tar.xz` 11. If there is no difference, sign the archive with `gpg --armor --detach-sign mat2-$VERSION.tar.xz`
12. Upload the signature on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there 12. Upload the signature on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there
13. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev) 13. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev)
14. Sign'n'upload the new version on pypi with `python3 setup.py sdist bdist_wheel` then `twine upload -s dist/*` 14. Sign'n'upload the new version on pypi with `python3 setup.py sdist bdist_wheel` then `twine upload -s dist/*`