theengs / decoder

Efficient, portable and lightweight library for Internet of Things payload decoding.
https://decoder.theengs.io
GNU General Public License v3.0
119 stars 38 forks source link

[CI] Upload Python package as artifact #480

Closed koenvervloesem closed 8 months ago

koenvervloesem commented 8 months ago

Description:

Uploads the Python package built from a PR as an artifact, useful when we need a user to test a change. This doesn't require the user to set up a development environment. We can just let the user download the Python package from the artifacts in a GitHub Action run such as https://github.com/theengs/decoder/actions/runs/7309688303 and let them run pip install <PACKAGE_FILE>.

Checklist:

DigiH commented 8 months ago

Great addition for test build distribution! Thanks