From 991e565b881b5d4dffbb40fee3d35f8f784b421a Mon Sep 17 00:00:00 2001 From: dwpeng Date: Sat, 9 Nov 2024 18:31:58 +0800 Subject: [PATCH] chore: simplify GitHub Actions workflow by removing unnecessary target architectures and update README with badges --- .github/workflows/release-pypi.yml | 16 ++-------------- README.md | 4 ++++ 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index 8728f23..3bd62a5 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -14,16 +14,9 @@ jobs: platform: - runner: ubuntu-latest target: x86_64 - - runner: ubuntu-latest - target: x86 - runner: ubuntu-latest target: aarch64 - - runner: ubuntu-latest - target: armv7 - - runner: ubuntu-latest - target: s390x - - runner: ubuntu-latest - target: ppc64le + steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -49,12 +42,9 @@ jobs: platform: - runner: ubuntu-latest target: x86_64 - - runner: ubuntu-latest - target: x86 - runner: ubuntu-latest target: aarch64 - - runner: ubuntu-latest - target: armv7 + steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -80,8 +70,6 @@ jobs: platform: - runner: windows-latest target: x64 - - runner: windows-latest - target: x86 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/README.md b/README.md index bc40b01..1394465 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ## filterx +[![pypi](https://github.com/dwpeng/filterx/actions/workflows/release-pypi.yml/badge.svg)](https://github.com/dwpeng/filterx/actions/workflows/release-pypi.yml) + +[![Github Release](https://github.com/dwpeng/filterx/actions/workflows/release.yml/badge.svg)](https://github.com/dwpeng/filterx/actions/workflows/release.yml) + A fast command-line tool to filter lines by column-based expression. ## Features