Skip to content
Snippets Groups Projects
Unverified Commit 2b6a46d8 authored by Logan's avatar Logan Committed by GitHub
Browse files

One more publish workflow fix (#10591)

parent c95fdeb9
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ jobs: ...@@ -34,7 +34,7 @@ jobs:
run: python -c "from llama_index.core import get_tokenizer; get_tokenizer()" run: python -c "from llama_index.core import get_tokenizer; get_tokenizer()"
- name: Clean up zip files - name: Clean up zip files
shell: bash shell: bash
run: rm -rf llama_index/_static/nltk_cache/corpora/stopwords.zip llama_index/_static/nltk_cache/tokenizers/punkt.zip run: rm -rf llama-index-core/llama_index/core/_static/nltk_cache/corpora/stopwords.zip llama-index-core/llama_index/core/_static/nltk_cache/tokenizers/punkt.zip
- name: Build and publish to pypi - name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17 uses: JRubics/poetry-publish@v1.17
with: with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment