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/*