Skip to content

Commit cfed0d8

Browse files
committed
retry
1 parent a1e3b05 commit cfed0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Validate
3333
run: |
3434
python -m pip install dist/*.whl
35-
python -c "import oci-openai;"
35+
python -c "import oci_openai;"
3636
- name: Publish to Test PyPI
3737
run: |
3838
python -m pip install twine

0 commit comments

Comments
 (0)