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
Currently we do not have helpful errors aside from when the Config.Python.PackageFile file is missing from the included files list, and that one contains a bug: #2563.
A improvement can be made here. One potential option is to insert the checks in between the create and upload bundle operations in internal/publish/bundle.go.
We can utilize the files list inside of the manifest and the Config inside of the defaultPublisher state to check if the package files, and the entrypoint are included with a helpful error.
Currently we do not have helpful errors aside from when the
Config.Python.PackageFile
file is missing from the included files list, and that one contains a bug: #2563.A improvement can be made here. One potential option is to insert the checks in between the create and upload bundle operations in
internal/publish/bundle.go
.We can utilize the files list inside of the
manifest
and the Config inside of thedefaultPublisher
state to check if the package files, and the entrypoint are included with a helpful error.Related Issues
requirements.txt
andrenv.lock
files to be excluded from projects #1503The text was updated successfully, but these errors were encountered: