File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,11 +37,13 @@ jobs:
3737 with :
3838 python-version : ' 3.12'
3939
40- - name : Install uv
41- uses : astral-sh/setup-uv@v7
40+ - name : Install dependencies
41+ run : |
42+ python -m pip install --upgrade pip
43+ pip install build
4244
43- - name : Build with uv
44- run : uv build
45+ - name : Build package
46+ run : python -m build
4547
4648 - name : Upload dist artifact
4749 uses : actions/upload-artifact@v5
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=64 " , " wheel" , " setuptools_scm>=8" ]
2+ requires = [" setuptools>=69 " , " wheel" , " setuptools_scm>=8" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -67,7 +67,7 @@ keywords = [
6767write_to = " src/shapiq/_version.py"
6868
6969[tool .setuptools .packages .find ]
70- where = [" src" ]
70+ where = [" ./ src" ]
7171include = [" shapiq*" ]
7272
7373[tool .setuptools .dynamic ]
You can’t perform that action at this time.
0 commit comments