Closed xhochy closed 1 year ago
Thanks for the heads up! Before I publish the new release: Any other files, I'm missing? The current listing:
python -m gzip -d .\dist\ipytest-0.13.2.tar.gz
python -m tarfile -l .\dist\ipytest-0.13.2.tar
ipytest-0.13.2/ipytest/__init__.py
ipytest-0.13.2/ipytest/_config.py
ipytest-0.13.2/ipytest/_impl.py
ipytest-0.13.2/License.md
ipytest-0.13.2/pyproject.toml
ipytest-0.13.2/Readme.md
ipytest-0.13.2/PKG-INFO
Btw: The relevant poetry config: https://python-poetry.org/docs/pyproject/#include-and-exclude . Also had to look it up. I just switched to poetry as pip-compile does not work well with cross OS workflow.
This is looking good.
I see the build is still failing with the error, that poetry could not be found: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=708247&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d&l=639
That's probably something to fix on your end, isn't it?
Everything is fixed, thanks!
Thanks a lot of taking care of the conda-forge package!
This seems to have vanished through the switch to
poetry
. One option could be to explicitly name itLICENSE
as this is picked up automatically. I have not found an option on how to include a differently named license file (no poetry experience on my side).