Skip to content

Commit 955f411

Browse files
committed
Fix GitHub workflows
1 parent c608c17 commit 955f411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-24.04
16-
- ubuntu-24.04-arm
16+
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
1717
- macos-15
1818
- macos-15-intel
1919
python-version:

.github/workflows/testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-24.04
16-
- ubuntu-24.04-arm
16+
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
1717
- macos-15
1818
- macos-15-intel
1919
python-version:

0 commit comments

Comments
 (0)