We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e2009 commit 6af1061Copy full SHA for 6af1061
.github/workflows/_release.yml
@@ -71,7 +71,7 @@ jobs:
71
72
build:
73
needs: test
74
- if: github.ref == 'refs/heads/main'
+ # if: github.ref == 'refs/heads/main'
75
runs-on: ubuntu-latest
76
77
outputs:
libs/oci/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "langchain-oci"
3
-version = "0.1.6"
+version = "0.1.6.dev1"
4
description = "An integration package connecting OCI and LangChain"
5
authors = []
6
readme = "README.md"
0 commit comments