Skip to content

Commit

Permalink
fix: add lib in test
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Sep 23, 2024
1 parent 9e17dcc commit 1e6dc5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pycapt",
version="1.0.15",
version="1.0.16",
author="aboutmydreams",
author_email="[email protected]",
description="a library that processes verification codes",
Expand Down

0 comments on commit 1e6dc5f

Please sign in to comment.