We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e4cba commit c2cfe19Copy full SHA for c2cfe19
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
66
67
Release:
68
- needs: [ build_wheel, build_wheels_macos_arm ]
+ needs: [ build_wheels, build_wheels_macos_arm ]
69
if: success() && startsWith(github.ref, 'refs/tags/')
70
runs-on: ubuntu-latest
71
0 commit comments