Skip to content

Commit 6b45867

Browse files
committed
Ensure submodules are checked out when building a release.
Closes: #64
1 parent d7e51aa commit 6b45867

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787

8888
steps:
8989
- uses: actions/checkout@v3
90+
with:
91+
submodules: "recursive"
9092
- name: Set up Python
9193
uses: actions/setup-python@v4
9294
with:

docs/changes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog
33
=========
44

5+
v0.30.1
6+
-------
7+
8+
* Ensure that an ``sdist`` contains the test suite JSON files.
9+
10+
v0.30.0
11+
-------
12+
13+
* Declare support for Python 3.12.
14+
515
v0.29.3
616
-------
717

0 commit comments

Comments
 (0)