Skip to content

Commit

Permalink
Add mypy-boto3 for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 30, 2025
1 parent 038aca7 commit cc0fe14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: boto3-stubs build
run: |
uvx --no-cache --with boto3 --with . mypy_boto3_builder mypy_boto3_output \
--product boto3 boto3-lite boto3-services boto3-full boto3-custom boto3-docs \
--product mypy-boto3 boto3 boto3-lite boto3-services boto3-full boto3-custom boto3-docs \
--services s3 ec2 \
--no-smart-version
- name: types-aiobotocore build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_boto3_stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
--with botocore==${BOTOCORE_VERSION} \
mypy_boto3_builder mypy_boto3_output \
-b ${VERSION} \
--product boto3 boto3-lite boto3-services \
--product mypy-boto3 boto3 boto3-lite boto3-services \
${EXTRA_FLAGS} \
--download-static-stubs \
-s all -d
Expand Down

0 comments on commit cc0fe14

Please sign in to comment.