Skip to content

Commit 34a1b1d

Browse files
Fix release job (#10)
1 parent a207bff commit 34a1b1d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test_and_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ jobs:
4848
steps:
4949
- name: Checkout repository
5050
uses: actions/checkout@v4
51+
with:
52+
submodules: true
5153
- name: Package and publish
5254
uses: EffectiveRange/python-package-github-action@v2
5355
with:
5456
use-devcontainer: 'true'
5557
container-config: 'armhf-container'
56-
packaging-command: 'pack_python . --all'
58+
debian-dist-type: 'fpm-deb'
5759
- name: Release
5860
uses: EffectiveRange/version-release-github-action@v1

0 commit comments

Comments
 (0)