Skip to content

Commit

Permalink
fix: dist folder location for release [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tyteen4a03 committed Mar 3, 2024
1 parent 28a4b13 commit 76dc03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
if: ${{ github.actor == github.repository_owner && startsWith(github.ref, 'refs/tags') }}
with:
password: ${{ secrets.pypi_password }}
packages_dir: artifact/
packages_dir: dist/

0 comments on commit 76dc03f

Please sign in to comment.