EdgePi-Cloud / edgepi-python-sdk

Python SDK to control EdgePi, an industrial PC/PLC/IoT device powered by Raspberry Pi CM4
MIT License
5 stars 3 forks source link

Github build-and-publish-TestPypi action fails #428

Open sjpark608 opened 4 weeks ago

sjpark608 commented 4 weeks ago

The action gets triggered on push to the staging branch. It fails after bumping the rc version number and setting up the python environment due to unknown dependency.

https://github.com/EdgePi-Cloud/edgepi-python-sdk/actions/runs/10477350544/job/29018237844

Gabe found the root cause of the issue is coming from the following action pypa/gh-action-pypi-publish@master. The bleach == 5.0.0 has been removed 2 years ago and we probably don't need it anymore. Gabe suggested using release of pypa/gh-action-pypi-publish@master instead of the master branch we are using currently.