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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 3015ebd9d chore(ci): fix artifacts path for publish pypi (#3597)
3015ebd9d is described below

commit 3015ebd9db23a9f1ffdebf3cb3f9cf6910d29291
Author: everpcpc <[email protected]>
AuthorDate: Thu Nov 16 11:08:32 2023 +0800

    chore(ci): fix artifacts path for publish pypi (#3597)
---
 .github/workflows/bindings_python.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/bindings_python.yml 
b/.github/workflows/bindings_python.yml
index d3ba0bcd2..8c26c2dc0 100644
--- a/.github/workflows/bindings_python.yml
+++ b/.github/workflows/bindings_python.yml
@@ -122,6 +122,8 @@ jobs:
       - uses: actions/download-artifact@v3
         with:
           name: wheels
+          path: bindings/python/dist
       - uses: pypa/gh-action-pypi-publish@release/v1
         with:
           skip-existing: true
+          packages-dir: bindings/python/dist

Reply via email to