From 5cbeef89e7d63f7ff056ced30e0cb96210f5eb9b Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 5 Apr 2022 19:28:29 -0400 Subject: [PATCH] ci: fix create release artifact path to avoid warning --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 43bdfe7..1972be6 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -129,7 +129,7 @@ jobs: tag: ${{ env.PKG_VERSION }} name: ${{ env.PKG_VERSION }} body: ${{ steps.changelog.outputs.changes }} - artifacts: "dist/**" + artifacts: "dist/*.tar.gz" token: ${{ secrets.GITHUB_TOKEN }} - name: Upload Build Artifacts