Skip to content

Commit 87c7c03

Browse files
Update artifact paths in CI workflow to use wildcard for mail-parser distribution files
1 parent 994c39f commit 87c7c03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ jobs:
6464
with:
6565
name: build-artifacts
6666
path: |
67-
dist/mail-parser-*.tar.gz
68-
dist/mail_parser-*.whl
67+
dist/mail_parser-*
6968
7069
- name: Publish to PyPI
7170
if: matrix.python-version == '3.10' && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)