Skip to content

Commit 60f3043

Browse files
committed
Updated release notes
1 parent aee1f1f commit 60f3043

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

RELEASE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ rm -r dist/*
2626
Publish to `TestPyPI`_ (~/.pypirc required).
2727
This 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
```
3332
The variable `which` refers to the alias for the testing or production
3433
repository listed in ~/.pypirc.
@@ -55,5 +54,5 @@ in the meta.yaml source change the url to `git_url: ./`.
5554
conda build . # conda build . --output to see location
5655
# For other python version, conda build --python x.x
5756
conda 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
```

0 commit comments

Comments
 (0)