File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -331,9 +331,9 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/chartm
331
331
Make sure that:
332
332
1 . you have prepared ` ~/.pypirc ` with credentials,
333
333
2 . a higher version has been set in ` chartmogul/__init__.py ` ,
334
- 3 . code works ` python setup.py test ` ,
335
- 4 . release works ` python setup.py sdist upload -r pypitest ` ,
336
- 5 . release to production ` python setup.py sdist upload -r pypi ` ,
334
+ 3 . Test & build package ` python setup.py test sdist `
335
+ 4 . release works ` twine upload --repository-url https://test.pypi.org/legacy/ dist/* ` ,
336
+ 5 . release to production ` twine upload dist/* ` ,
337
337
338
338
[ Read full HOWTO] ( http://peterdowns.com/posts/first-time-with-pypi.html )
339
339
You can’t perform that action at this time.
0 commit comments