From 06f34715beea3c7880510071f43f230204302e27 Mon Sep 17 00:00:00 2001 From: Eduard van Valkenburg Date: Wed, 28 Aug 2024 10:44:05 +0200 Subject: [PATCH] different release upload step (#8406) different asset upload step --- .github/workflows/python-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index e998ca07171d..6fbb810bae2f 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -23,8 +23,8 @@ jobs: echo "Building and uploading Python package version: ${{ github.event.release.tag_name }}" - name: Build the package run: cd python && make build - - name: Upload distributions - uses: actions/upload-artifact@v4 + - name: Release + uses: softprops/action-gh-release@v2 with: - name: release-dists - path: python/dist/ + files: | + python/dist/*