From 3ee591b5ab4f96dd773dad66ef2e083ef83887c0 Mon Sep 17 00:00:00 2001 From: Muhammad Hammad Khan <97903979+m-hammad-khan@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:28:14 +0100 Subject: [PATCH] update config --- .circleci/config.yml | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 399987c8..d6772e7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -158,6 +158,8 @@ workflows: tags: only: /.*/ - deploy_library: + requires: + - build filters: tags: only: /.*/ diff --git a/setup.py b/setup.py index d2213789..18686dff 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from setuptools import setup LONGDOC = """ -jieba-tw +jieba_tw ===== “结巴”中文分词:做最好的 Python 中文分词组件