From 916dfa1f2415d59b054053a63acd09819229b0d6 Mon Sep 17 00:00:00 2001 From: Hubert Date: Thu, 6 Oct 2016 16:18:26 +0200 Subject: [PATCH] Fix small errors in Release file --- devtools/RELEASE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devtools/RELEASE.md b/devtools/RELEASE.md index 0b7fe7f..6de81b9 100644 --- a/devtools/RELEASE.md +++ b/devtools/RELEASE.md @@ -17,12 +17,12 @@ 2. The path of the created archive will be given at the end of the process -3. Convert it for all plateforms (where `XX` is the Python version) +3. Convert it for all plateforms (where `X.X.X` is the pbxplore version and `YY` is the Python version) - conda convert --platform all /path/to/archive/pbxplore-1.3.1-pyXX_0.tar.bz2 + conda convert --platform all /path/to/archive/pbxplore-X.X.X-pyYY_0.tar.bz2 4. Upload it to anaconda - anaconda upload /path/to/archive/pbxplore-1.3.1-pyXX_0.tar.bz2 + anaconda upload /path/to/archive/pbxplore-X.X.X-pyYY_0.tar.bz2 This has to be done for each package created.