Commit de0131d
committed
Fix GitHub Actions PyPI workflow version checking logic
- Fix version existence check to properly parse pip index output
- Use word boundary matching in 'Available versions' line
- Resolves false positive where workflow blocked publication of new versions
- Version 1.1.4 can now be published successfully1 parent e6069b1 commit de0131d
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | | - | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
0 commit comments