File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 - name : Checkout Repo @ SHA - ${{ github.sha }}
2929 uses : actions/checkout@v4
3030
31- - name : Build Wheel and Image Files
32- uses : ./.github/actions/artifacts_build
33- with :
34- image_uri_with_tag : " adot-autoinstrumentation-python:test"
35- push_image : false
36- load_image : true
37- python_version : " 3.10"
38- package_name : aws-opentelemetry-distro
39- os : ubuntu-latest
31+ # - name: Build Wheel and Image Files
32+ # uses: ./.github/actions/artifacts_build
33+ # with:
34+ # image_uri_with_tag: "adot-autoinstrumentation-python:test"
35+ # push_image: false
36+ # load_image: true
37+ # python_version: "3.10"
38+ # package_name: aws-opentelemetry-distro
39+ # os: ubuntu-latest
4040
4141 # # TODO: Add some sort of smoke/integration testing before we go
4242 # # release the artifacts. adot java for reference:
You can’t perform that action at this time.
0 commit comments