Skip to content

Commit d88ded6

Browse files
temp: verify crash on manylinux aarch64
1 parent 872f46a commit d88ded6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Upload to PyPI
22

33
on:
44
push:
5+
branches-ignore: [master]
56
tags: ["v*"]
67

78
jobs:
@@ -49,7 +50,8 @@ jobs:
4950
CIBW_ARCHS: ${{matrix.cibw_arch}}
5051
CIBW_SKIP: "*-musllinux_aarch64"
5152
# FIXME: stop skipping when the tests stop crashing
52-
CIBW_TEST_SKIP: "*-win_* *linux_aarch64"
53+
CIBW_TEST_SKIP: "*-win_*"
54+
CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux_2_28_aarch64:2025.07.20-2
5355
- name: Upload wheels
5456
uses: actions/upload-artifact@v4
5557
with:
@@ -58,6 +60,7 @@ jobs:
5860
retention-days: 2
5961

6062
release:
63+
if: github.ref_type == 'tag'
6164
runs-on: ubuntu-latest
6265
needs: [build-sdist, build-wheels]
6366
steps:

0 commit comments

Comments
 (0)