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 6e4214c commit e9324f8Copy full SHA for e9324f8
.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/*.whl dist/*.tar.gz; do
+ for file in dist/python/*.whl dist/python/*.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