Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9280232

Browse files
committed
Howtorelease
1 parent 605b29f commit 9280232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎HOWTORELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ API changes, a minor version adds functionality, and a patch covers bug fixes.
3434
rm -r dist build *.egg-info # remove previous build products
3535
python setup.py sdist bdist_wheel --universal # build package
3636
twine check dist/* # check that the README is valid
37+
twine upload --repository-url https://test.pypi.org/legacy/ dist/* # test
38+
pip install --index-url https://test.pypi.org/simple/ proplot # test
3739
twine upload dist/* # register and push to pypi
3840

0 commit comments

Comments
 (0)