Skip to content

Commit a9eee5f

Browse files
authored
Merge pull request #104 from jennmald/publish
Add update to PyPI when published
2 parents eeae052 + a04a893 commit a9eee5f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
workflow_dispatch:
77
release:
8-
types: [created]
8+
types: [created, published]
99

1010
jobs:
1111
build_docs:

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: PyPI upload
77

88
on:
99
release:
10-
types: [created]
10+
types: [created, published]
1111
workflow_dispatch:
1212

1313
jobs:

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ help:
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

docs/source/release-history.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release 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+
510
v0.7.3 (2025-03-04)
611
-------------------
712
What's Changed

0 commit comments

Comments
 (0)