Skip to content

Commit 8f83f8a

Browse files
committed
Edit test workflow, install twine
1 parent b631cfe commit 8f83f8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ jobs:
119119
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
120120
CIBW_SKIP: "*-musllinux_aarch64"
121121
CIBW_TEST_COMMAND: >-
122+
python -m pip install build twine &&
122123
twine check {wheel} &&
123-
python {package}/ci/check_wheel_licenses.py {wheel}
124+
python {package}/ci/check_wheel_licenses.py {wheel} &&
124125
python {package}/ci/check_version_number.py
125126
MACOSX_DEPLOYMENT_TARGET: "10.12"
126127
strategy:

0 commit comments

Comments
 (0)