Skip to content

Commit 23f7893

Browse files
fix package name
1 parent 2e2c5aa commit 23f7893

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,7 @@ jobs:
3939
- name: Validate
4040
run: |
4141
pip install dist/*.whl
42-
python -c "import langchain-oci;"
43-
## To run publish to test PyPI a secret with token needs to be added,
44-
## this one GH_ADS_TESTPYPI_TOKEN - removed after initial test.
45-
## Project name also needed to be updated in pyproject.toml - name = "test_oracle_ads" in [project] section
46-
## regular name is occupied by former developer and can't be used for testing
47-
# - name: Publish distribution 📦 to Test PyPI
48-
# env:
49-
# TWINE_USERNAME: __token__
50-
# TWINE_PASSWORD: ${{ secrets.GH_ADS_TESTPYPI_TOKEN }}
51-
# run: |
52-
# pip install twine
53-
# twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
42+
python -c "import langchain_oci;"
5443
- name: Publish distribution 📦 to PyPI
5544
env:
5645
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)