You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
…er action (#429)
* build dependency change and specified version number for pypi publisher action
#428
* Delete requirements_build.txt
dependencies are handled internally by the pypi-publisher action.
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
. Thebleach == 5.0.0
has been removed 2 years ago and we probably don't need it anymore. Gabe suggested using release ofpypa/gh-action-pypi-publish@master
instead of the master branch we are using currently.The text was updated successfully, but these errors were encountered: