Skip to content

Commit 44fc9ec

Browse files
Fix release (#11)
1 parent 34a1b1d commit 44fc9ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test_and_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
uses: EffectiveRange/python-package-github-action@v2
5555
with:
5656
use-devcontainer: 'true'
57-
container-config: 'armhf-container'
57+
container-config: 'amd64-container'
5858
debian-dist-type: 'fpm-deb'
59+
install-packaging-tools: 'false'
5960
- name: Release
6061
uses: EffectiveRange/version-release-github-action@v1

0 commit comments

Comments
 (0)