Skip to content

Commit

Permalink
Fix publish job in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phihos committed Feb 14, 2024
1 parent 5cc1a9f commit bf0e19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: target/wheels/
packages-dir: wheels/
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit bf0e19f

Please sign in to comment.