Skip to content

Commit

Permalink
Fix small errors in Release file
Browse files Browse the repository at this point in the history
  • Loading branch information
HubLot committed Oct 6, 2016
1 parent a7f2c51 commit 916dfa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devtools/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 916dfa1

Please sign in to comment.