Skip to content

Commit

Permalink
Use hynek/build-and-inspect-python-package (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Aug 20, 2022
1 parent 4cf5799 commit abef8cb
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,23 +108,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{env.PYTHON_LATEST}}

- run: python -m pip install build twine check-wheel-contents wheel
- run: python -m build
- run: ls -l dist
- run: check-wheel-contents dist/*.whl
- name: Check long_description
run: python -m twine check dist/*
- name: Inspect sdist & wheel contents.
run: |
cd dist
mkdir out
python -m wheel unpack --dest out *.whl
tar xf *.tar.gz -C out
tree -a out
- uses: hynek/build-and-inspect-python-package@v0.1

install-dev:
name: Verify dev env
Expand Down

0 comments on commit abef8cb

Please sign in to comment.