File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323> conda skeleton pypi genepattern-python --version XXX
24244 . Build the package:
2525> conda build genepattern-python
26- 5 . Upload the newly built package:
27- > anaconda upload /Users/tabor/anaconda/conda-bld/osx-64/genepattern-python-XXX-py35_0.tar.bz2 -u genepattern
28- 6 . Converting this package to builds for other operating systems can be done as shown below. You will need to upload each
26+ 5 . Converting this package to builds for other operating systems can be done as shown below. You will need to upload each
2927built version using a separate upload command.
30- > conda convert --platform all /Users/tabor/anaconda/conda-bld/osx-64/genepattern-python-XXX-py35_0.tar.bz2 -o conda-bld/
28+ > conda convert --platform all ./conda-bld/osx-64/genepattern-python-XXX-py37_0.tar.bz2 -o conda-bld/
29+ 6 . Upload the newly built package:
30+ > anaconda upload ./conda-bld/* /genepattern-python-XXX-py37_0.tar.bz2 -u genepattern
31317 . Log into the [ Anaconda website] ( https://anaconda.org/ ) to make sure everything is good.
You can’t perform that action at this time.
0 commit comments