Skip to content

Commit 6b84c48

Browse files
committed
Fix typo in pypi-release.yml
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent a6c5cbc commit 6b84c48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: python -m build --wheel --outdir dist/
7777

7878
- name: Validate wheel for Pypi
79-
run: python -m twine check dist*
79+
run: python -m twine check dist/*
8080

8181
- name: Upload built archives
8282
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)