You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2024/02/08 04:14:39 UTC

(datasketches-python) 03/08: don't try to name aritfact

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch 5.0.x-patch
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git

commit 5c47bce5f45ec9bdd36c7b96f87c70e5d74a68df
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Wed Feb 7 17:58:16 2024 -0800

    don't try to name aritfact
---
 .github/workflows/build_wheels.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 54d139f..7a6704c 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -94,6 +94,5 @@ jobs:
 
       - uses: actions/upload-artifact@v4
         with:
-          name: pypi_wheels
           path: ./dist/*.whl
           compression-level: 0 # contents are already compressed


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org