Skip to content

Commit

Permalink
Revert "ci: fix publish python dir"
Browse files Browse the repository at this point in the history
This reverts commit bb0c7cb.
  • Loading branch information
yukibtc committed Sep 19, 2024
1 parent 8d660e0 commit 51f5f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: dist/
packages-dir: dist/*/
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: dist/
packages-dir: dist/*/

0 comments on commit 51f5f37

Please sign in to comment.