Skip to content

Commit

Permalink
chore: Remove matrix configuration for different architectures
Browse files Browse the repository at this point in the history
- Remove matrix configuration for different architectures in [.github/workflows/release.yaml] to simplify the workflow.
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent 6c5bf49 commit c85583a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
runs-on: ubuntu-latest
needs: draft-release

strategy:
matrix:
arch: [linux/amd64, linux/arm64]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit c85583a

Please sign in to comment.