File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,9 +26,8 @@ rm -r dist/*
2626Publish to ` TestPyPI ` _ (~ /.pypirc required).
2727This requires ` wheel ` and ` twine ` to be installed.
2828``` bash
29- python setup.py sdist
30- python setup.py bdist_wheel
31- twine upload --repository [which] dist/*
29+ python setup.py sdist # python setup.py bdist_wheel
30+ twine upload dist/*
3231```
3332The variable ` which ` refers to the alias for the testing or production
3433repository listed in ~ /.pypirc.
@@ -55,5 +54,5 @@ in the meta.yaml source change the url to `git_url: ./`.
5554conda build . # conda build . --output to see location
5655# For other python version, conda build --python x.x
5756conda convert -f --platform all /path/to/conda-bld/pltfrm/exa-...tar.bz2 -o /path/to/outputdir/
58- conda upload /path/to/build/build.tar.bz2 # For each build
57+ anaconda upload /path/to/build/build.tar.bz2 # For each build
5958```
You can’t perform that action at this time.
0 commit comments