fpm icon indicating copy to clipboard operation
fpm copied to clipboard

PyPi package points to version 0.10.1

Open jalvesz opened this issue 11 months ago • 2 comments

Hi,

I noticed that the PyPi installer https://pypi.org/project/fpm/ is still pointing to the version 0.10.1. Tested it locally and indeed this is the installed version, it would be nice to have v 0.11.0 also from pip install. I don't know at which point in the CI does this happen. I could try to help fixing this or if someone knows how to fix it?

jalvesz avatar Mar 19 '25 12:03 jalvesz

Good catch @jalvesz,

I believe the reference repository is https://github.com/fortran-lang/fpm-on-wheels

We should definitely update it to 0.11.0 and also put the instructions on the wiki page

perazz avatar Mar 19 '25 13:03 perazz

Similarly for the conda-forge feed: https://github.com/conda-forge/fpm-feedstock/pull/29

RJaBi avatar Mar 20 '25 10:03 RJaBi