We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49d5a5 commit 6e4214cCopy full SHA for 6e4214c
.github/workflows/release.yml
@@ -162,7 +162,7 @@ jobs:
162
passphrase: ${{ secrets.APIX_BOT_GPG_PASSPHRASE }}
163
- name: GPG sign PyPI distributions
164
run: |
165
- for file in dist/awscdk_resources_mongodbatlas-*.whl dist/awscdk_resources_mongodbatlas-*.tar.gz; do
+ for file in dist/*.whl dist/*.tar.gz; do
166
if [ -f "$file" ]; then
167
gpg --batch --yes --pinentry-mode loopback --passphrase "$APIX_BOT_GPG_PASSPHRASE" --detach-sign -a "$file"
168
fi
0 commit comments