Commit ae4014e
committed
ci: fix UnicodeDecodeError during sdist build and enhance workflow triggers
- Add push and pull_request triggers to run workflow on code changes
- Set PYTHONIOENCODING=utf-8 to prevent Unicode decode errors
- Improve build process and dependency installation steps
- Rename workflow file to build-and-test.yml for better clarity
- Remove PyPI publishing steps to focus on build and test only1 parent a6bd4d4 commit ae4014e
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | | - | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | | - | |
| 50 | + | |
0 commit comments