Skip to content

Commit 1baca53

Browse files
committed
Use submodules for sdist step
1 parent b7bdd92 commit 1baca53

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4
41+
with:
42+
submodules: true
4143

4244
- name: Build sdist
4345
run: pipx run build --sdist

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
2.5.1 (2023-11-09)
7+
++++++++++++++++++
8+
9+
* This is a re-release of 2.5.0 to address missing files from the sdist.
10+
Reported by Lumír 'Frenzy' Balhar. GitHub #132.
11+
612
2.5.0 (2023-11-08)
713
++++++++++++++++++
814

0 commit comments

Comments
 (0)