We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8432ae4 commit 21238dfCopy full SHA for 21238df
2 files changed
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v6
16
+ with:
17
+ submodules: recursive
18
19
- name: Write version file
20
run: sed -i 's/^version = "0\.1\.0"$/version = "${{ github.ref_name }}"/' pyproject.toml
MANIFEST.in
@@ -1,2 +1,4 @@
1
include README.rst
2
recursive-include vroom *
3
+prune vroom/.git
4
+recursive-exclude vroom .git .gitignore .gitmodules
0 commit comments