Skip to content

Commit

Permalink
Update publish_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu authored Sep 28, 2023
1 parent 4c83a7a commit a0edd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
defaults:
run:
working-directory: lightspark-crypto-python
needs: [build-manylinux2014-x86_64-wheels, build-linux-aarch64-wheels, build-macos-arm64-wheels, build-macos-x86_64-wheels, build-windows-wheels]
needs: [build-manylinux2014-x86_64-wheels, build-manylinux2014-aarch64-wheels, build-macos-arm64-wheels, build-macos-x86_64-wheels, build-windows-wheels]
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit a0edd85

Please sign in to comment.