diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 42109ab..7333534 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,8 +32,9 @@ jobs: run: >- gh release download '${{ github.ref_name }}' + -p '*.whl' + -p '*.tar.gz' --dir dist/ - --pattern * --repo '${{ github.repository }}' - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1