We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bdd92 commit 1baca53Copy full SHA for 1baca53
.github/workflows/release.yml
@@ -38,6 +38,8 @@ jobs:
38
runs-on: ubuntu-latest
39
steps:
40
- uses: actions/checkout@v4
41
+ with:
42
+ submodules: true
43
44
- name: Build sdist
45
run: pipx run build --sdist
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
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
12
2.5.0 (2023-11-08)
13
++++++++++++++++++
14
0 commit comments