We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fa5163 + 616bfd5 commit d2dbc0eCopy full SHA for d2dbc0e
.github/workflows/release.yaml
@@ -48,8 +48,8 @@ jobs:
48
version: 15
49
arch: 'arm64'
50
- base: macos
51
- version: 13
52
- arch: 'x86_64'
+ version: 15
+ arch: 'intel'
53
54
python:
55
# Pinned versions installed in CIBW_TEST_REQIURES are kept. Those defined installed in
@@ -89,7 +89,7 @@ jobs:
89
90
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
91
with:
92
- name: dist-${{ matrix.os.base }}-${{ matrix.os.version }}-${{ matrix.python.version }}
+ name: dist-${{ matrix.os.base }}-${{ matrix.os.version }}-${{ matrix.os.arch }}-${{ matrix.python.version }}
93
path: ./wheelhouse/*.whl
94
95
build_sdist:
0 commit comments