Skip to content

Commit 2e2c5aa

Browse files
default to libs/oci dir
1 parent cbfdd40 commit 2e2c5aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
build-n-publish:
2121
name: Build and publish Python 🐍 distribution 📦 to PyPI
2222
runs-on: ubuntu-latest
23+
defaults:
24+
run:
25+
working-directory: libs/oci # Set default for all steps
2326
environment:
2427
name: pypi
2528
url: https://pypi.org/p/langchain-oci

0 commit comments

Comments
 (0)