Skip to content

Commit

Permalink
sdfsdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Aug 7, 2024
1 parent b3b83e0 commit 2a3bfa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
working-directory: ./sdk/python

- name: Build package
run: python setup.py sdist bdist_wheel
run: |
python setup.py sdist bdist_wheel
ls -alh dist/
working-directory: ./sdk/python

- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 2a3bfa8

Please sign in to comment.