Fix typo
This commit is contained in:
parent
03c9615a55
commit
5c78fbc154
|
@ -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 ."
|
||||||
|
|
Loading…
Reference in New Issue