From 2b6a46d8498b2259fc84385c1167e0b7b3c0fa87 Mon Sep 17 00:00:00 2001 From: Logan <logan.markewich@live.com> Date: Mon, 12 Feb 2024 12:33:02 -0600 Subject: [PATCH] One more publish workflow fix (#10591) --- .github/workflows/publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index c062cf00d..fdb07cb5a 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -34,7 +34,7 @@ jobs: run: python -c "from llama_index.core import get_tokenizer; get_tokenizer()" - name: Clean up zip files 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 uses: JRubics/poetry-publish@v1.17 with: -- GitLab