diff --git a/.github/workflows/publish_types_boto3.yml b/.github/workflows/publish_types_boto3.yml index 8adcdcf9..a1532868 100644 --- a/.github/workflows/publish_types_boto3.yml +++ b/.github/workflows/publish_types_boto3.yml @@ -214,7 +214,7 @@ jobs: -b ${VERSION} \ --product types-boto3 types-boto3-lite types-boto3-services \ ${EXTRA_FLAGS} \ - --product-type wheel sdist \ + --output-type wheel sdist \ --download-static-stubs \ -s updated -d - name: Build all packages @@ -230,7 +230,7 @@ jobs: -b ${VERSION} \ --product types-boto3 types-boto3-lite types-boto3-services \ ${EXTRA_FLAGS} \ - --product-type wheel sdist \ + --output-type wheel sdist \ --download-static-stubs \ -s all -d - name: Install dependencies for publishing