Skip to content

Commit

Permalink
Merge branch 'main' into python.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 5, 2024
2 parents b8cd8f7 + fa756b4 commit fca3b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Publish libraries
if: needs.setup-jobs.outputs.binaries-destination == 'Publish'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{ steps.package.outputs.files }}
tag_name: ${{ github.event.release.tag_name }}
Expand Down Expand Up @@ -384,10 +384,6 @@ jobs:
pattern: '*-wheel'
merge-multiple: true

- name: Display downloaded wheels
run: |
ls wheelhouse
- name: Publish Python wheels
env:
name: pypi
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if(LIBCELLML_COVERAGE)
COMMENT "Running coverage tests with html output")
endif()

if(SPHINX_FOUND AND DOXYGEN_FOUND AND LIBCELLML_COVERAGE)
if(SPHINX_FOUND OR DOXYGEN_FOUND OR LIBCELLML_COVERAGE)
add_custom_target(docs
DEPENDS ${SPHINX_DOCS_TARGET} ${DOXYGEN_DOCS_TARGET} ${COVERAGE_DOCS_TARGET} ${DOXYGEN_API_XML_DOCS_TARGET}
COMMENT "Generating documentation")
Expand Down

0 comments on commit fca3b8e

Please sign in to comment.