Skip to content

Commit

Permalink
Various bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jan 31, 2024
1 parent 6bdef70 commit 5413eec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Build and test wheels
uses: pypa/[email protected]

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down Expand Up @@ -81,7 +80,7 @@ package-data = { curl_cffi = ["libcurl.dll"] }


[build-system]
requires = ["wheel", "setuptools", "cffi >=1.12.0"]
requires = ["wheel", "setuptools", "cffi>=1.12.0"]
build-backend = "setuptools.build_meta"


Expand Down
4 changes: 2 additions & 2 deletions tests/unittest/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


URLS = [
"https://www.zhihu.com",
"https://www.weibo.com",
"https://www.baidu.com",
"https://www.qq.com",
]


Expand Down

0 comments on commit 5413eec

Please sign in to comment.