File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
workflow_dispatch :
15
15
inputs :
16
16
working-directory :
17
+ description : source code directory to build and publish, e.g. libs/oci or libs/oracledb
17
18
required : true
18
19
type : string
19
20
default : ' libs/oci'
84
85
TWINE_PASSWORD : ${{ secrets.GH_LC_OCI_TESTPYPI_TOKEN }}
85
86
run : |
86
87
pip install twine
87
- twine upload --repository-url https://test.pypi.org/legacy/ ${{ inputs.working-directory }}/dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
88
+ twine upload -r testpypi ${{ inputs.working-directory }}/dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose
88
89
89
90
pre-release-checks :
90
91
needs :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " langchain-oci"
3
- version = " 0.1.4 "
3
+ version = " 0.1.5 "
4
4
description = " An integration package connecting OCI and LangChain"
5
5
authors = []
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments