Skip to content

Commit

Permalink
Add debug to publish full
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Dec 8, 2024
1 parent 50a39d4 commit 6db4f05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_aiobotocore_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_types_boto3_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6db4f05

Please sign in to comment.