File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 HATCH_SITE_PACKAGES_DIR=$(hatch env find)/lib/python3.12/site-packages
4646 cd $HATCH_SITE_PACKAGES_DIR
4747 zip -r $build_file *
48+ cd ${{ github.workspace }}
49+ cp $build_file ${{ github.workspace }}
4850 shell : bash
4951
5052 - name : Publish to Github
6264 function_name : solesearch-api
6365 zip_file : $build_file
6466 timeout : 10
65- handler : main.handler
67+ handler : api. main.handler
6668 runtime : python3.12
6769 role : arn:aws:iam::930702711470:role/service-role/solesearch-api-role-qr34kqa5
68- dry_run : true
69- debug : true
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ packages = ["src/api"]
4444packages = [" src/api" ]
4545
4646[tool .hatch .build .targets .zipped-directory ]
47- install-name = " "
47+ install-name = " api "
4848sources = [" src/api" ]
4949
5050[tool .hatch .build .targets .zipped-directory .force-include ]
You can’t perform that action at this time.
0 commit comments