File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ write a ``~/.pypirc`` file like so.
748
748
index-servers=pypi
749
749
750
750
[pypi]
751
- repository = https://pypi.python.org/pypi
751
+ repository = https://upload. pypi.io/legacy/
752
752
username = <username>
753
753
password = <password>
754
754
@@ -770,7 +770,7 @@ There are three ways to do this:
770
770
``PKG-INFO `` info located in your local project tree at
771
771
``myproject.egg-info/PKG-INFO ``. If you don't have that file or directory,
772
772
then run ``python setup.py egg_info `` to have it generated.
773
- 2. Run ``twine register dist/* ``, and :ref: `twine ` will register your project
773
+ 2. Run ``twine register dist/mypkg.whl ``, and :ref: `twine ` will register your project
774
774
based on the package metadata in the specified files. Your ``~/.pypirc ``
775
775
must already be appropriately configured for twine to work.
776
776
3. **(Not recommended): ** Run ``python setup.py register ``. If you don't have
You can’t perform that action at this time.
0 commit comments