diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml
index 50bde15c..77102776 100644
--- a/.github/workflows/package-release.yml
+++ b/.github/workflows/package-release.yml
@@ -18,7 +18,7 @@ jobs:
         pip install twine
 
     - name: Build Python package
-      run: python setup.py sdist bdist_wheel
+      run: python setup.py sdist
 
     - name: Twine check
       run: twine check dist/*