We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc86057 commit e0a3810Copy full SHA for e0a3810
1 file changed
.github/workflows/posix.yml
@@ -124,8 +124,7 @@ jobs:
124
path: dist/scipy_openblas*.whl
125
126
- name: Upload to ananconda.org
127
- if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' ||
128
- (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
+ if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
129
uses: scientific-python/upload-nightly-action@0.6.4
130
with:
131
artifacts_path: dist
0 commit comments