diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index f6731967d..730500d15 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -18,8 +18,6 @@ on: env: # Changes per repo PRODUCT_NAME: PyMongoCrypt - # Changes per branch - SILK_ASSET_GROUP: pymongocrypt EVERGREEN_PROJECT: libmongocrypt # Constant # inputs will be empty on a scheduled run. so, we only set dry_run @@ -123,7 +121,8 @@ jobs: following_version: ${{ env.FOLLOWING_VERSION }} working_directory: ./bindings/python product_name: ${{ env.PRODUCT_NAME }} - silk_asset_group: ${{ env.SILK_ASSET_GROUP }} + sbom_in_path: bindings/python/sbom.json + kondukto_sub_project: pymongocrypt evergreen_project: ${{ env.EVERGREEN_PROJECT }} tag_template: "pymongocrypt-${VERSION}" token: ${{ github.token }}