Skip to content

Commit e9324f8

Browse files
committed
correct directory
1 parent 6e4214c commit e9324f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
passphrase: ${{ secrets.APIX_BOT_GPG_PASSPHRASE }}
163163
- name: GPG sign PyPI distributions
164164
run: |
165-
for file in dist/*.whl dist/*.tar.gz; do
165+
for file in dist/python/*.whl dist/python/*.tar.gz; do
166166
if [ -f "$file" ]; then
167167
gpg --batch --yes --pinentry-mode loopback --passphrase "$APIX_BOT_GPG_PASSPHRASE" --detach-sign -a "$file"
168168
fi

0 commit comments

Comments
 (0)