We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ctaplot/__init__.py
The GitHub release should publish also the PyPi package.
If not, here is the legacy method:
git checkout vx.y.z
python setup.py sdist
python setup.py bdist_wheel
twine upload dist/mon_package-2.0.0.tar.gz -r pypitest
twine upload dist/mon_package-2.0.0.tar.gz -r pypi
Note: configuration in file ~/.pypirc:
~/.pypirc
[distutils] index-servers = pypi pypitest [pypi] repository: https://upload.pypi.org/legacy/ username: MON_LOGIN [pypitest] repository: https://test.pypi.org/legacy/ username: MON_LOGIN