Skip to content

Commit c85583a

Browse files
committed
chore: Remove matrix configuration for different architectures
- Remove matrix configuration for different architectures in [.github/workflows/release.yaml] to simplify the workflow.
1 parent 6c5bf49 commit c85583a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: draft-release
2929

30-
strategy:
31-
matrix:
32-
arch: [linux/amd64, linux/arm64]
33-
3430
env:
3531
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3632
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)