We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e3b05 commit cfed0d8Copy full SHA for cfed0d8
.github/workflows/publish-to-pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Validate
33
run: |
34
python -m pip install dist/*.whl
35
- python -c "import oci-openai;"
+ python -c "import oci_openai;"
36
- name: Publish to Test PyPI
37
38
python -m pip install twine
0 commit comments