We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0badebe commit 8ffce74Copy full SHA for 8ffce74
RELEASE.txt
@@ -9,7 +9,7 @@ Checkout tag
9
python setup.py register sdist upload
10
Copy the last conda recipe dir for the new version.
11
Edit the meta.yaml file.
12
-conda build conda/dynamicisttoolkit-x.x.x
+conda build --python "2.7" --python "3.3" --python "3.4" --python "3.5" conda/dynamicisttoolkit-x.x.x
13
conda convert -p all <first tar ball> -o conda/dynamicisttoolkit-x.x.x/builds/
14
-binstar upload each tar ball.
+find conda/dynamicisttoolkit-x.x.x/builds -name *.bz2 -exec anaconda upload --force -u moorepants {} \;
15
Make sure the latest version is available on readthedocs.org
0 commit comments