Skip to content

Commit

Permalink
Document possible replacement to twine and wheel checks:
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 3, 2024
1 parent 57b1ede commit e247425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
name: ${{ github.event.repository.name }}-build-${{ matrix.short_sha }}
path: ./dist/*
- name: Validates package metadata
# XXX These checks might be replaced by uv one day:
# https://github.com/astral-sh/uv/issues/8641
# https://github.com/astral-sh/uv/issues/8774
run: |
uv --no-progress run --frozen -- twine check ./dist/*
uv --no-progress run --frozen -- check-wheel-contents ./dist/*.whl
Expand Down

0 comments on commit e247425

Please sign in to comment.