Deploy
------
https://codetrips.com/2016/09/19/how-to-publish-a-pyton-package-on-pypi/
to deploy:
TODO: write about
.. code:: shell
git tag
Create a source package:
.. code:: shell
rm dist/*
python setup.py sdist # for building a zip file
To upload it, first create an account here:
https://pypi.python.org/pypi/geox-statistics/0.0.1
Then, install twine and upload the source package you build before:
.. code:: shell
pip install twine # for installation
twine upload dist/* # for uploading the zip file
------
https://codetrips.com/2016/09/19/how-to-publish-a-pyton-package-on-pypi/
to deploy:
TODO: write about
.. code:: shell
git tag
Create a source package:
.. code:: shell
rm dist/*
python setup.py sdist # for building a zip file
To upload it, first create an account here:
https://pypi.python.org/pypi/geox-statistics/0.0.1
Then, install twine and upload the source package you build before:
.. code:: shell
pip install twine # for installation
twine upload dist/* # for uploading the zip file
Release files for geox-statistics 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| geox_statistics-0.0.4.tar.gz | 1.6 kB | Details |
Release files / geox_statistics-0.0.4.tar.gz
| Download URL | geox_statistics-0.0.4.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e11059fa1562861d5b5a279b82511b8d9ef37e69e88ec115626f424751c45de3
|
|
BLAKE2b-256 checksum How to use checksums |
dfe9bcdf5183e3346c698b9e98c6772f2427b7280943f938357ddd4080aff1b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |