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 Deploy GitHub Action is failing, but despite the failure, the latest version of Lightwood is successfully deployed to PyPI. This issue requires investigation to determine why the status indicates failure while the deployment works correctly https://github.com/mindsdb/lightwood/actions/runs/12069389366/job/33657078727
The text was updated successfully, but these errors were encountered:
The error seems to happens because PyPI doesn’t allow uploading the same version of a package twice. The deploy step in the GitHub Action tries to publish a version that is already uploaded, so it fails with a 400 File already exists error.
possible solutions:
check if the version exists on PyPI before publishing
or
The Deploy GitHub Action is failing, but despite the failure, the latest version of Lightwood is successfully deployed to PyPI. This issue requires investigation to determine why the status indicates failure while the deployment works correctly https://github.com/mindsdb/lightwood/actions/runs/12069389366/job/33657078727
The text was updated successfully, but these errors were encountered: