Skip to content

Commit 6af1061

Browse files
temp change to test the workflow
1 parent 32e2009 commit 6af1061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
build:
7373
needs: test
74-
if: github.ref == 'refs/heads/main'
74+
# if: github.ref == 'refs/heads/main'
7575
runs-on: ubuntu-latest
7676

7777
outputs:

libs/oci/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-oci"
3-
version = "0.1.6"
3+
version = "0.1.6.dev1"
44
description = "An integration package connecting OCI and LangChain"
55
authors = []
66
readme = "README.md"

0 commit comments

Comments
 (0)