Closed ChillerDragon closed 4 months ago
This pipeline used to pass for me 3 months ago https://github.com/ChillerDragon/teeworlds-web-traffic-decoder/commits/master/
Should probably test installing it from the local source not from pypi. But I could not find the readme with the build instructions for the python package.
Yes. I believe it was "do what you do to get any Python project built". I had to look it up again, found it at https://packaging.python.org/en/latest/tutorials/packaging-projects/: python -m build
.
I didn't even see the pyproject.toml because i was looking in the huffman directory not in uniffi.
It is now building, installing and running the python package.
I added it to the existing CI. Thanks for your PR which prompted me to do this. I wanted to improve upon this PR in two ways: 1) It tested in three different Python versions which I didn't find necessary. 2) The unit test was quite ad-hoc. I added structured Python unit tests instead.
Superseded by 83f22dbfe713682f7c528473c2f727049928a9dd.
Should probably test installing it from the local source not from pypi. But I could not find the readme with the build instructions for the python package.