We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
~/.pypirc
Your ~/.pypirc file might look like this:
➜ cat ~/.pypirc [distutils] index-servers = pypi [pypi] repository: https://upload.pypi.org/legacy/ username: johndoe password: definitelyagreatpassword
git commit --allow-empty -m "Release v?.?.?" git tag ?.?.? git push --tags origin master
Double check that CircleCI build is happy
Release to PyPI
python setup.py sdist upload -r pypi
There was an error while loading. Please reload this page.