This document details the contribution guidelines and procedures for pyCascadia.
Uploading the latest version of pyCascadia
to PyPi is currently done manually via the following steps. This must be done by an employee of UCL's research software development group.
- Create the package:
python setup.py sdist bdist_wheel
- Check with
twine
:
twine check dist/*
- If twine reports no errors or warnings, upload to PyPi (optionally uploading to testpypi first)
python3 -m twine upload [--repository testpypi] dist/*