We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a1b1d commit 44fc9ecCopy full SHA for 44fc9ec
1 file changed
.github/workflows/test_and_release.yml
@@ -54,7 +54,8 @@ jobs:
54
uses: EffectiveRange/python-package-github-action@v2
55
with:
56
use-devcontainer: 'true'
57
- container-config: 'armhf-container'
+ container-config: 'amd64-container'
58
debian-dist-type: 'fpm-deb'
59
+ install-packaging-tools: 'false'
60
- name: Release
61
uses: EffectiveRange/version-release-github-action@v1
0 commit comments