We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754f3b3 commit 5e848beCopy full SHA for 5e848be
.gitignore
@@ -1,3 +1,2 @@
1
*~
2
*.pyc
3
-README.txt
BuildNotes.txt
@@ -0,0 +1,16 @@
+160712 1528
+
+# Notes for building and uploading to conda
4
+> cd /export/durack1/git
5
+> conda build durolib
6
+# Blurb from conda
7
+> anaconda upload /export/durack1/anaconda2/conda-bld/noarch/durolib-1.0-py_0.tar.bz2
8
9
+170131 1443
10
11
12
+# Update meta.yaml and setup.py
13
+> conda build purge
14
+> conda build durolib -c conda-forge
15
16
+> anaconda upload /Users/durack1/anaconda2/conda-bld/noarch/durolib-1.0.1-0.tar.bz2
0 commit comments