Changes between Version 31 and Version 32 of DevGuide


Ignore:
Timestamp:
Nov 27, 2019, 12:47:05 AM (4 years ago)
Author:
Ryan J Ollos
Comment:

Revise for PyPI changes. Refs #13656.

Legend:

Unmodified
Added
Removed
Modified
  • DevGuide

    v31 v32  
    110110
    111111[pypi]
    112 repository = https://pypi.python.org/pypi
    113112username = myusername
    114113password = mypassword
    115114
    116115[pypi-test]
    117 repository = https://testpypi.python.org/pypi
     116repository = https://test.pypi.org/legacy
    118117username = myusername
    119118password = mypassword
     
    127126{{{#!sh
    128127$ python setup.py sdist bdist_wheel
    129 }}}
    130 1. Register your package on PyPI.
    131 {{{#!sh
    132 $ twine register dist/*.whl
    133128}}}
    1341291. Publish your packages.