We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0cb87 commit 1d60619Copy full SHA for 1d60619
.github/workflows/release.yaml
@@ -19,12 +19,12 @@ jobs:
19
with:
20
python-version: 3.7
21
22
- - uses: actions/checkout@v3
23
- with:
24
- repository: pinecone-io/pinecone-python-client
25
- ref: ''
26
- token: ${{ secrets.PAT }}
27
- path: pinecone-python-client
+# - uses: actions/checkout@v3
+# with:
+# repository: pinecone-io/pinecone-python-client
+# ref: ''
+# token: ${{ secrets.PAT }}
+# path: pinecone-python-client
28
29
- name: Set Python client production environment
30
run: make set-production
0 commit comments