From 540aba217e69d74476e96772a66e0c03ea1cd990 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sun, 30 Aug 2026 12:08:57 +0100 Subject: [PATCH] publish a wheel as well as a source distribution --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 960c630..ace504a 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -36,7 +36,7 @@ jobs: with: # Name of the distribution (no idea why they don't make this clear) name: pywebpush - path: dist/*.tar.gz + path: dist/ pypi-publish: # Remember, matching strings need to be in single quotes.