Skip to content

Commit 5e848be

Browse files
committed
Update .gitignore
1 parent 754f3b3 commit 5e848be

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
*~
22
*.pyc
3-
README.txt

BuildNotes.txt

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
160712 1528
2+
3+
# 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+
# Notes for building and uploading to conda
12+
# Update meta.yaml and setup.py
13+
> conda build purge
14+
> conda build durolib -c conda-forge
15+
# Blurb from conda
16+
> anaconda upload /Users/durack1/anaconda2/conda-bld/noarch/durolib-1.0.1-0.tar.bz2

0 commit comments

Comments
 (0)