metno / aerovaldb

aerovaldb is the database-interface used in the aeroval-API to send data to aeroval database instances like https://aeroval.met.no . Data is usually provided by PyAerocom.
https://aerovaldb.readthedocs.io
GNU General Public License v3.0
1 stars 1 forks source link

Create a publish.yml for publishing to PyPI #62

Closed lewisblake closed 3 months ago

lewisblake commented 3 months ago

Pyaerocom needs to be able to install aerovalDB from PyPI as a dependency.

https://medium.com/@blackary/publishing-a-python-package-from-github-to-pypi-in-2024-a6fb8635d45d

thorbjoernl commented 3 months ago

Thanks for reporting. Release seems to work as intended: https://pypi.org/project/aerovaldb/0.0.15/

This issue can be closed once https://github.com/metno/pyaerocom/pull/1309 is merged