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.