Skip to content

Commit 816f8b2

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 3 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,7 @@ 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_*"
5354
- name: Upload wheels
5455
uses: actions/upload-artifact@v4
5556
with:
@@ -58,6 +59,7 @@ jobs:
5859
retention-days: 2
5960

6061
release:
62+
if: startsWith(github.ref, 'refs/tags')
6163
runs-on: ubuntu-latest
6264
needs: [build-sdist, build-wheels]
6365
steps:

0 commit comments

Comments
 (0)