Skip to content

Commit

Permalink
ci(build): Fix build wheels error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Nov 4, 2024
1 parent e505379 commit dcd8349
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-python-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,7 @@ jobs:
publish:
needs: [test-packages]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
environment:
name: pypi
url: https://pypi.org/p/lyric-js-worker
# if: github.event_name == 'release' && github.event.action == 'published'
permissions:
id-token: write

Expand Down

0 comments on commit dcd8349

Please sign in to comment.