We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a207bff commit 34a1b1dCopy full SHA for 34a1b1d
1 file changed
.github/workflows/test_and_release.yml
@@ -48,11 +48,13 @@ jobs:
48
steps:
49
- name: Checkout repository
50
uses: actions/checkout@v4
51
+ with:
52
+ submodules: true
53
- name: Package and publish
54
uses: EffectiveRange/python-package-github-action@v2
55
with:
56
use-devcontainer: 'true'
57
container-config: 'armhf-container'
- packaging-command: 'pack_python . --all'
58
+ debian-dist-type: 'fpm-deb'
59
- name: Release
60
uses: EffectiveRange/version-release-github-action@v1
0 commit comments