Commit 4bcc29c
committed
Fix PyPI publishing: remove non-package files from dist/
- Add cleanup step before PyPI upload to remove files that aren't .whl or .tar.gz
- Fixes: InvalidDistribution error for build-info.txt and other non-package artifacts
- PyPI only accepts wheel and source distribution files1 parent f366264 commit 4bcc29c
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
581 | 591 | | |
582 | 592 | | |
583 | 593 | | |
| |||
0 commit comments