Skip to content

Commit

Permalink
Merge pull request #2 from nwhitehead/dev-verbose
Browse files Browse the repository at this point in the history
Update build option based on deprecation warning.
  • Loading branch information
nwhitehead authored Dec 11, 2024
2 parents ec36b4b + e4b9cb7 commit 95152ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Doc

on:
push:
branches:
- main
on: [push]

jobs:
build_doc:
Expand Down Expand Up @@ -32,6 +29,7 @@ jobs:
path: ./doc/build/html/

deploy:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: build_doc
runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push, pull_request]
on: [push]

jobs:
build_wheels:
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ sphinx
sphinx_autodoc_typehints
sphinx-tabs
sphinx-rtd-theme
ninja
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ test = [
skip = "cp36-*"

[tool.scikit-build]
cmake.verbose = false
build.verbose = false

0 comments on commit 95152ec

Please sign in to comment.