Skip to content

Commit

Permalink
🔧 drop The action hynek/build-and-inspect-python-package
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Apr 5, 2024
1 parent 9e65d6b commit 6eedc76
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,10 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

build-package:
name: Build & verify package
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

# Using Hynek's action to build and verify the package
# https://github.com/hynek/build-and-inspect-python-package
- uses: hynek/build-and-inspect-python-package@v2.2.0

# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
check:
if: always()
needs: [lint, tests, build-package]
needs: [lint, tests]
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down

0 comments on commit 6eedc76

Please sign in to comment.