This commit is contained in:
miguelgfierro 2021-06-15 16:24:30 +00:00
Родитель cb434735f6
Коммит a321a14d2d
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -348,7 +348,7 @@ First make sure that the tag that you want to add, e.g. `0.6.0`, is added in [re
1. Create a tag with the version number: e.g. `git tag -a 0.6.0 -m "Recommenders 0.6.0"`.
1. Push the tag to the remote server: `git push origin 0.6.0`.
1. When the new tag is pushed, a release pipeline is executed. This pipeline runs all the tests again (unit, smoke and integration),
generates a wheel and upload it to a [GitHub draft release](https://github.com/microsoft/recommenders/releases).
generates a wheel and a tar.gz which are uploaded to a [GitHub draft release](https://github.com/microsoft/recommenders/releases).
1. Fill up the draft release with all the recent changes in the code.
1. Download the wheel locally, this is a wheel that shouldn't have any bug, since it passed all the tests.
1. Publish the wheel to pypi: `twine upload ms-recommenders*.whl`
1. Download the wheel and tar.gz locally, these files shouldn't have any bug, since they passed all the tests.
1. Publish the wheel and tar.gz to pypi: `twine upload ms-recommenders*`