Releasing a new version

Steps

  1. Remove previous build directories

rm -rf build dist
  1. Update the version number in location_field/__init__.py

  2. Push changes to GitHub (Pull Request)

  3. Create a new release on GitHub

  4. Build the package

python -m build
  1. Upload the package to PyPI

python -m twine upload dist/*