Skip to content

Commit

Permalink
Depend on build-asan for publish-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Aug 8, 2024
1 parent 2a13fdf commit b4db4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
publish-wheels:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
needs: [ build-wheels, build-wheels-aarch64, build-sdist, build-documentation ]
needs: [ build-wheels, build-wheels-aarch64, build-asan, build-sdist, build-documentation ]
steps:
- name: Download Wheels
uses: actions/download-artifact@v3
Expand Down

0 comments on commit b4db4dd

Please sign in to comment.