We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9898fba commit 2cb3a70Copy full SHA for 2cb3a70
1 file changed
.github/workflows/ecr-release.yml
@@ -42,6 +42,9 @@ jobs:
42
uses: docker/setup-qemu-action@v3
43
with:
44
platforms: arm64
45
+ - name: Install specific version of Virtual Env due to bug with hatch
46
+ run: |
47
+ python -m pip install virtualenv==20.39.0
48
- name: Build distribution
49
run: hatch build
50
- name: Get version from __about__.py
0 commit comments