mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
infra: update release workflow (#30203)
This commit is contained in:
8
.github/workflows/_release.yml
vendored
8
.github/workflows/_release.yml
vendored
@@ -385,6 +385,14 @@ jobs:
|
||||
- test-pypi-publish
|
||||
- pre-release-checks
|
||||
- test-prior-published-packages-against-new-core
|
||||
if: >
|
||||
(
|
||||
startsWith(inputs.working-directory, 'libs/core')
|
||||
&& needs.test-prior-published-packages-against-new-core.result == 'success'
|
||||
)
|
||||
|| (
|
||||
!startsWith(inputs.working-directory, 'libs/core')
|
||||
)
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
# This permission is used for trusted publishing:
|
||||
|
Reference in New Issue
Block a user