Build sdist from a wheel in CI (#1012)

This commit is contained in:
Sviatoslav Sydorenko 2022-08-19 06:56:30 +02:00 committed by GitHub
parent 1ce864475d
commit 6efae77bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
python-version: ${{env.PYTHON_LATEST}}
- run: python -m pip install build twine check-wheel-contents
- run: python -m build --sdist --wheel .
- run: python -m build
- run: ls -l dist
- run: check-wheel-contents dist/*.whl
- name: Check long_description