Skip to content

Commit 7a20fab

Browse files
committed
Always run, so we can test
1 parent 3a09861 commit 7a20fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
arm-wheels:
144144
name: "Wheels for ARM64"
145145
runs-on: "ubuntu-latest"
146-
if: startsWith(github.event.ref, 'refs/tags')
146+
#if: startsWith(github.event.ref, 'refs/tags')
147147
env:
148148
CIBW_ARCHS_LINUX: aarch64
149149
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"

0 commit comments

Comments
 (0)