diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ce1318d..68a4763 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,7 +5,7 @@ on: pull_request: workflow_dispatch: release: - types: [created] + types: [created, published] jobs: build_docs: diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index b23a441..28ca75e 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -7,7 +7,7 @@ name: PyPI upload on: release: - types: [created] + types: [created, published] workflow_dispatch: jobs: diff --git a/docs/Makefile b/docs/Makefile index b4a5893..8c10187 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -17,4 +17,4 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -j auto diff --git a/docs/source/release-history.rst b/docs/source/release-history.rst index be4ebcd..5c09eb9 100644 --- a/docs/source/release-history.rst +++ b/docs/source/release-history.rst @@ -2,6 +2,11 @@ Release History =============== +v0.7.4 (2025-03-04) +------------------- +* Add missing files for documentation +* Fix trigger condition for releases on PyPI and documentation + v0.7.3 (2025-03-04) ------------------- What's Changed