Build sdist from a wheel in CI (#1012)
This commit is contained in:
parent
1ce864475d
commit
6efae77bde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue