Skip to content

Commit 8ffce74

Browse files
committed
Added more detailed conda build commands.
1 parent 0badebe commit 8ffce74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Checkout tag
99
python setup.py register sdist upload
1010
Copy the last conda recipe dir for the new version.
1111
Edit the meta.yaml file.
12-
conda build conda/dynamicisttoolkit-x.x.x
12+
conda build --python "2.7" --python "3.3" --python "3.4" --python "3.5" conda/dynamicisttoolkit-x.x.x
1313
conda convert -p all <first tar ball> -o conda/dynamicisttoolkit-x.x.x/builds/
14-
binstar upload each tar ball.
14+
find conda/dynamicisttoolkit-x.x.x/builds -name *.bz2 -exec anaconda upload --force -u moorepants {} \;
1515
Make sure the latest version is available on readthedocs.org

0 commit comments

Comments
 (0)