Commit 2bbdce7
fix(ci): publish from an isolated dist/ dir to avoid the action's .github helper
gh-action-pypi-publish drops a .github/.tmp/ helper into the workspace, so packages_dir='.' made its hash step crash with IsADirectoryError on that dir (the v1.1.0 publish failed here; nothing reached PyPI). Download wheels into dist/ and point packages-dir there; add skip-existing for safe retries.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 02976d2 commit 2bbdce7
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
152 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
0 commit comments