From acf53e1361c3daa48220ba1265ee94cdc83ed760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 17 Apr 2024 10:52:17 -0700 Subject: [PATCH] CI: fix spelling of test package name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 611ccb1..3edff93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: twine check --strict dist/* - name: List contents of sdist - run: python -m tarfile --list dist/test-package-*.tar.gz + run: python -m tarfile --list dist/test_package-*.tar.gz - name: List contents of wheel run: python -m zipfile --list dist/test_package-*.whl