Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sjpark608 opened this issue Aug 20, 2024 · 0 comments
Open

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

sjpark608 opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels

Comments

@sjpark608
Copy link
Collaborator

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.

@sjpark608 sjpark608 self-assigned this Aug 20, 2024
sjpark608 added a commit that referenced this issue Aug 20, 2024
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant