This commit is contained in:
Hynek Schlawack 2021-10-14 13:02:59 +02:00 committed by GitHub
parent 03c9615a55
commit 5c78fbc154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
with: with:
python-version: "3.9" python-version: "3.9"
- name: "Install build, check-wheel-content, and twine" - name: "Install build, check-wheel-contents, and twine"
run: "python -m pip install build twine check-wheel-contents" run: "python -m pip install build twine check-wheel-contents"
- name: "Build package" - name: "Build package"
run: "python -m build --sdist --wheel ." run: "python -m build --sdist --wheel ."