File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
rm -Rf httpx_auth
31
31
- name : Install wheel
32
32
run : |
33
- python -m pip install dist/httpx_auth-0.22 .0-py3-none-any.whl --force-reinstall
33
+ python -m pip install dist/httpx_auth-0.23 .0-py3-none-any.whl --force-reinstall
34
34
python -c 'import httpx_auth'
35
35
- name : Install source distribution
36
36
run : |
37
- python -m pip install dist/httpx_auth-0.22 .0.tar.gz --force-reinstall
37
+ python -m pip install dist/httpx_auth-0.23 .0.tar.gz --force-reinstall
38
38
python -c 'import httpx_auth'
Original file line number Diff line number Diff line change 5
5
<a href =" https://github.com/Colin-b/httpx_auth/actions " ><img alt =" Build status " src =" https://github.com/Colin-b/httpx_auth/workflows/Release/badge.svg " ></a >
6
6
<a href =" https://github.com/Colin-b/httpx_auth/actions " ><img alt =" Coverage " src =" https://img.shields.io/badge/coverage-100%25-brightgreen " ></a >
7
7
<a href =" https://github.com/psf/black " ><img alt =" Code style: black " src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
8
- <a href =" https://github.com/Colin-b/httpx_auth/actions " ><img alt =" Number of tests " src =" https://img.shields.io/badge/tests-775 passed-blue " ></a >
8
+ <a href =" https://github.com/Colin-b/httpx_auth/actions " ><img alt =" Number of tests " src =" https://img.shields.io/badge/tests-783 passed-blue " ></a >
9
9
<a href =" https://pypi.org/project/httpx-auth/ " ><img alt =" Number of downloads " src =" https://img.shields.io/pypi/dm/httpx_auth " ></a >
10
10
</p >
11
11
You can’t perform that action at this time.
0 commit comments