From 3a8ba2454a21f149ebb0f381d7ab6771752db56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kucmus?= Date: Fri, 25 Oct 2024 13:27:27 +0200 Subject: [PATCH] fix: pypi publishing --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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