Commit b25ea54
authored
Fix prod pypi release by adjusting shared publish workflow (#180)
## Problem
Prod release builds currently fail because the required prereleaseSuffix
input is not being passed to the shared workflow `publish-to-pypi.yaml`
This is a follow up to #178 Release from CI landed earlier today.
## Solution
There's no reason for this property to be required; the bump version
action correctly handles the scenario where that value is not passed.
This issue causes failures like [this
one](https://github.com/pinecone-io/pinecone-python-client/actions/runs/5195718175).
## Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] Infrastructure change (CI configs, etc)
## Test Plan
Land and try shipping again 🤣1 parent bb27873 commit b25ea54
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments