From 32a30455bc3be2f201b309120dffffdaf8e98de7 Mon Sep 17 00:00:00 2001 From: Hippolyte HENRY Date: Tue, 5 May 2020 18:33:24 +0200 Subject: [PATCH] Update RELEASING.md --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 4727fca87..a094adcb0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -36,5 +36,5 @@ Our team will trigger the release pipeline. 1. Create the release on GitHub. [Example](https://github.com/DataDog/datadogpy/releases/tag/v0.33.0) 1. Checkout the tag created at the previous step. 1. Run `ddev release build .` and `ddev release upload --sdist . `. - - Make sure that both an `sdist` and a [universal wheel](https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels) have been uploaded to [PyPI](https://pypi.python.org/pypi/datadog/). + - Make sure that both an `sdist` and a [universal wheel](https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels) have been uploaded to [PyPI](https://pypi.python.org/pypi/datadog/). 1. Bump the version again in `setup.py` to a dev version (e.g. `0.34.0` -> `0.35.0.dev`), open a PR and merge it to master.