Commit f8061d2
fix: rename publish workflow to match PyPI trusted publishing (#181)
* fix: rename publish workflow to match PyPI trusted publishing config
PyPI trusted publishing is configured to trust:
Workflow: publish-pip.yml
But the actual workflow was named:
publish-packages.yml
This caused publishing to fail with:
"Publisher with matching claims was not found"
Renamed workflow file to match the PyPI configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* docs: update workflow filename references to publish-pip.yml
---------
Co-authored-by: Claude <[email protected]>1 parent 8e74fe1 commit f8061d2
File tree
4 files changed
+4
-4
lines changed- .github/workflows
- docs
4 files changed
+4
-4
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments