Skip to content

Commit 00461c3

Browse files
authored
Use twine for distribution uploading
1 parent df014e8 commit 00461c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/chartm
331331
Make sure that:
332332
1. you have prepared `~/.pypirc` with credentials,
333333
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/*`,
337337

338338
[Read full HOWTO](http://peterdowns.com/posts/first-time-with-pypi.html)
339339

0 commit comments

Comments
 (0)