Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Mar 16, 2024
1 parent 9ac058a commit ddeb314
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- "pyproject.toml"
- "README.md"
- "requirements-dev.txt"
- "setup.cfg"
- "setup.py"
- "src/**"
- "tests/**"
Expand All @@ -27,7 +26,6 @@ on:
- "pyproject.toml"
- "README.md"
- "requirements-dev.txt"
- "setup.cfg"
- "setup.py"
- "src/**"
- "tests/**"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires = [
"setuptools >= 59.0",
"setuptools_scm",
"toml >= 0.10.2",
"wheel",
]
build-backend = "setuptools.build_meta"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import platform
import sys
from setuptools import setup, Extension
from typing import Any, Dict, List, Optional
from typing import List, Optional

ir_native: Extension = Extension(
name="clp_ffi_py.ir.native",
Expand Down

0 comments on commit ddeb314

Please sign in to comment.