Skip to content

Commit 542eda6

Browse files
Revert "temp change to test the workflow"
This reverts commit 6af1061.
1 parent 6af1061 commit 542eda6

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.dev1"
3+
version = "0.1.6"
44
description = "An integration package connecting OCI and LangChain"
55
authors = []
66
readme = "README.md"

0 commit comments

Comments
 (0)