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