pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

Publishing to conda

Open Blanderbuss opened this issue 1 year ago • 1 comments

To install all: conda install -c pygraphistry_dev graphistry-dev To install one package: conda install -c pygraphistry_dev graphistry_dev.graphistry_core Right now action is only run manually. Currently configured for the dev anaconda account

Blanderbuss avatar Jul 06 '22 09:07 Blanderbuss

@lmeyerov Answering you question about testing:

  • Conda runs tests after the build if there is a run_test.[py,pl,sh,bat] file in the recipe. If you want to test it without publishing locally, you can use --no-anaconda-upload option.

Other issues have been resolved as well as the possible answer to instruction, you can check them.

Blanderbuss avatar Jul 13 '22 12:07 Blanderbuss