We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc24857 commit 7acaadaCopy full SHA for 7acaada
1 file changed
.github/workflows/deploy-to-lambda.yml
@@ -41,8 +41,9 @@ jobs:
41
zip_file=$(find "$dist_dir" -type f -name "*.zip" -print -quit)
42
build_file=$(realpath "$zip_file")
43
echo "Zip file found: $build_file"
44
- HATCH_SITE_PACKAGES_DIR=$(hatch env find)/lib/python3.12/site-packages
45
- cd $HATCH_SITE_PACKAGES_DIR
+ HATCH_SITE_PACKAGES_DIR=$(hatch env find)
+ ls -lah $HATCH_SITE_PACKAGES_DIR
46
+ cd $HATCH_SITE_PACKAGES_DIR/lib/python3.12/site-packages
47
zip -r $build_file *
48
shell: bash
49
0 commit comments