Skip to content

Commit 9e90c7c

Browse files
altendkyminiupnp
authored andcommitted
twine check wheels
1 parent df0498c commit 9e90c7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/miniupnpc_wheels.yml

+5
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ jobs:
222222
mkdir ../dist
223223
cp dist/*.whl ../dist
224224
225+
- name: check wheel
226+
run: |
227+
python -m pip install twine
228+
twine check dist/*
229+
225230
- uses: ./cloned/.github/actions/create-venv
226231
id: create-test-venv
227232

0 commit comments

Comments
 (0)