File tree Expand file tree Collapse file tree 2 files changed +16
-23
lines changed Expand file tree Collapse file tree 2 files changed +16
-23
lines changed Original file line number Diff line number Diff line change @@ -42,22 +42,22 @@ jobs:
4242 - uses : actions/checkout@v3
4343 -
uses :
pre-commit/[email protected] 4444
45- check-doc :
46- runs-on : ubuntu-20.04
45+ # check-doc:
46+ # runs-on: ubuntu-20.04
4747
48- steps :
49- - uses : actions/checkout@v3
50- with :
51- submodules : true
52-
53- - uses : actions/setup-python@v4
54- with :
55- python-version : 3.8
56- - name : Sphinx
57- run : |
58- pip --disable-pip-version-check install -e .
59- pip --disable-pip-version-check install -r docs/requirements.txt
60- cd docs && make clean html SPHINXOPTS="-W --keep-going"
48+ # steps:
49+ # - uses: actions/checkout@v3
50+ # with:
51+ # submodules: true
52+
53+ # - uses: actions/setup-python@v4
54+ # with:
55+ # python-version: 3.8
56+ # - name: Sphinx
57+ # run: |
58+ # pip --disable-pip-version-check install -e .
59+ # pip --disable-pip-version-check install -r docs/requirements.txt
60+ # cd docs && make clean html SPHINXOPTS="-W --keep-going"
6161
6262 build :
6363 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ semiwrap = "semiwrap.tool:main"
5151[tool .hatch .version ]
5252source = " vcs"
5353
54- [tool .hatch .build .hooks .vcs ]
54+ [tool .hatch .build .targets . sdist . hooks .vcs ]
5555version-file = " src/semiwrap/version.py"
5656
5757[tool .hatch .build .targets .sdist ]
@@ -62,13 +62,6 @@ exclude = [
6262[tool .hatch .build .targets .sdist .force-include ]
6363"./src/semiwrap/pybind11/include" = " ./semiwrap/pybind11/include"
6464
65- [tool .hatch .build .targets .wheel ]
66- packages = [" src/semiwrap" ]
67- include = [
68- " /src/semiwrap/pybind11/include" ,
69- " /src/semiwrap/include" ,
70- ]
71-
7265
7366[tool .black ]
7467target-version = [" py38" ]
You can’t perform that action at this time.
0 commit comments