Skip to content

Commit

Permalink
chore: fix pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 1, 2024
1 parent c8bc351 commit a502628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v4
- run: mkdir dist
- run: mv wheels-*/* dist
- uses: pypa/gh-action-pypi-publish@release/v1
publish-npm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a502628

Please sign in to comment.