Repo and user info in ~/.pypirc
======================== Example ~/.pypirc
[distutils]
index-servers =
pypi
pypitest
[pypi]
repository=https://pypi.python.org/pypi
username=mstankiewicz
password=<here>
[pypitest]
repository=https://testpypi.python.org/pypi
username=mstankiewicz
password=<here>
======================== Increment version
$ vim setup.py
======================== Then run
$ python setup.py sdist upload -r pypi
======================== Example ~/.pypirc
[distutils]
index-servers =
pypi
pypitest
[pypi]
repository=https://pypi.python.org/pypi
username=mstankiewicz
password=<here>
[pypitest]
repository=https://testpypi.python.org/pypi
username=mstankiewicz
password=<here>
======================== Increment version
$ vim setup.py
======================== Then run
$ python setup.py sdist upload -r pypi
Release files for onestoppy 0.2.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| onestoppy-0.2.5.tar.gz | 3.1 kB | Details |
Release files / onestoppy-0.2.5.tar.gz
| Download URL | onestoppy-0.2.5.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a5ab647a07c606cbdfd5f51b07062f10b22cc25a7b63a084a2408613b2b0160
|
|
BLAKE2b-256 checksum How to use checksums |
cbee571554147c29ec2aab7d54cdc4bd7212564e17e011381af2ce299745b916
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |