MachUpX icon indicating copy to clipboard operation
MachUpX copied to clipboard

Hosting MachUpX on PyPI

Open joanibal opened this issue 2 years ago • 0 comments

I would like use MachUpX with an existing tool chain developed for other aerodynamics solvers. It would be much easier to do that if I could simply pip install the package directly from PyPI rather than writing a custom script to install it. This would also lower the entry barrier for other interested users as well.

Because MachUpX is a pure python package I believe this can be done without too much head ache. Although, since AirfoilDatabase is a dependency, you should get that situated on PyPI first.

Since you are already using good versioning practices, I'd suggest setting up a Github action to push a new package to PyPI on releases.

joanibal avatar May 09 '23 19:05 joanibal