diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index f7ff593..578c71f 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -23,6 +23,8 @@ jobs: run: | python3 -m pip install setuptools python3 -m pip install wheel + python3 -m pip install PIL + python3 -m pip install numpy - name: Build and List contents of dist directory run: | diff --git a/setup.py b/setup.py index 06b7eb8..d4af96f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pycapt", - version="1.0.15", + version="1.0.16", author="aboutmydreams", author_email="aboutmydreams@163.com", description="a library that processes verification codes",