Closed auggiemarignier closed 1 week ago
I believe this is an issue with publish_pypi.yml
and the copying of the built package to the esp_build
branch of the repo here.
A summary of what I think has gone wrong:
_esp_build
directory becomes the root of the repo. .gitignore
file into _esp_build
._esp_build/.gitignore
contains the line src/espresso/_version.py
_version.py
is not part of what ultimately gets packaged up to pypi
See the source distributions on pypi for
0.3.13
and0.3.14
. Something seems to have gone wrong during the migration fromscikit-build
toscikit-build-core
#168