-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
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.
Reactions are currently unavailable