File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66 workflow_dispatch :
77 release :
8- types : [created]
8+ types : [created, published ]
99
1010jobs :
1111 build_docs :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: PyPI upload
77
88on :
99 release :
10- types : [created]
10+ types : [created, published ]
1111 workflow_dispatch :
1212
1313jobs :
Original file line number Diff line number Diff line change 1717# Catch-all target: route all unknown targets to Sphinx using the new
1818# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919% : Makefile
20- @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
20+ @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O ) -j auto
Original file line number Diff line number Diff line change 22Release History
33===============
44
5+ v0.7.4 (2025-03-04)
6+ -------------------
7+ * Add missing files for documentation
8+ * Fix trigger condition for releases on PyPI and documentation
9+
510v0.7.3 (2025-03-04)
611-------------------
712What's Changed
You can’t perform that action at this time.
0 commit comments