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 1414 workflow_dispatch :
1515 inputs :
1616 working-directory :
17+ description : source code directory to build and publish, e.g. libs/oci or libs/oracledb
1718 required : true
1819 type : string
1920 default : ' libs/oci'
8485 TWINE_PASSWORD : ${{ secrets.GH_LC_OCI_TESTPYPI_TOKEN }}
8586 run : |
8687 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
8889
8990 pre-release-checks :
9091 needs :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " langchain-oci"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44description = " An integration package connecting OCI and LangChain"
55authors = []
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments