pvlib / twoaxistracking

twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.
http://twoaxistracking.rtfd.io/
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Release version 0.2.1 and fix PyPI upload #25

Closed AdamRJensen closed 2 years ago

AdamRJensen commented 2 years ago

The publish.yml workflow was originally copied from pvlib-python which uses a setup.py file for the packaging process. However, this package uses the recommended setup.cfg file, thus the upload to Github Action upload to PyPI in #24 failed. Instead, the package was uploaded manually to PyPI.

Furthermore, pandas is used in the trackerfield.py file but was not on the list of required packages, thus in a clean environment, version 0.2.0 will fail. The current PR adds pandas to the list of required files.