Skip to content

Commit

Permalink
chore: simplify GitHub Actions workflow by removing unnecessary targe…
Browse files Browse the repository at this point in the history
…t architectures and update README with badges
  • Loading branch information
dwpeng committed Nov 9, 2024
1 parent 9454da0 commit 991e565
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 991e565

Please sign in to comment.