molpopgen/fwdpy11

sdist is missing fwdpp headers

Closed this issue · 4 comments

The sdist for 0.19.0 on pypi is missing these headers.

python -m build . definitely emits the headers as expected.

The method used in the wheels work flow is python setup.py sdist. That is also just fine locally.

Looking at the logs for the PyPi release actions, it is clear that fwdpp headers aren't being copied. So we have a local vs github actions difference. Yay.

Closed via #1051