Skip to content

Commit

Permalink
CI: Fix output type
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 27, 2024
1 parent 79f607a commit 6420a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_types_boto3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6420a79

Please sign in to comment.