philiporlando / fgdb_to_gpkg

Simple python package that converts all feature classes within an Esri FileGeoDataBase into layers within a GeoPackage.
GNU General Public License v3.0
4 stars 1 forks source link

Deploy to PyPi? #2

Closed philiporlando closed 1 year ago

philiporlando commented 1 year ago

Finish up packaging this project and learn how to deploy it to PyPi so it can be installed via pip.

philiporlando commented 1 year ago

Added GitHub Actions to publish on new release. Created a new PyPI account and configured API token. Still need to learn more about publishing packages to PyPI, especially when using pipenv and the pyproject.toml file, which are a newer dev workflow relative to pip, virtualenv, and setup.py.

philiporlando commented 1 year ago

This package has been deployed to PyPI: https://pypi.org/project/fgdb-to-gpkg/