diff --git a/.github/workflows/publish_aiobotocore_full.yml b/.github/workflows/publish_aiobotocore_full.yml index 6e8fa890..14c7461f 100644 --- a/.github/workflows/publish_aiobotocore_full.yml +++ b/.github/workflows/publish_aiobotocore_full.yml @@ -150,7 +150,7 @@ jobs: --product aiobotocore-full \ ${EXTRA_FLAGS} \ --download-static-stubs \ - -s all + -s all -d - name: Install dependencies for publishing run: | python -m pip install setuptools wheel twine diff --git a/.github/workflows/publish_types_boto3_full.yml b/.github/workflows/publish_types_boto3_full.yml index 48c137de..3b1eb561 100644 --- a/.github/workflows/publish_types_boto3_full.yml +++ b/.github/workflows/publish_types_boto3_full.yml @@ -181,7 +181,7 @@ jobs: --product types-boto3-full \ ${EXTRA_FLAGS} \ --download-static-stubs \ - -s all + -s all -d - name: Install dependencies for publishing run: | python -m pip install setuptools wheel twine