We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff9c09 commit 3764b51Copy full SHA for 3764b51
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,6 @@ jobs:
42
run: poetry run pytest .
43
env:
44
CO_API_KEY: ${{ secrets.COHERE_API_KEY }}
45
-
46
publish:
47
needs: [compile, test]
48
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
0 commit comments