Skip to content

Commit e0a3810

Browse files
committed
typo
1 parent dc86057 commit e0a3810

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/posix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ jobs:
124124
path: dist/scipy_openblas*.whl
125125

126126
- 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') }}
127+
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
129128
uses: scientific-python/upload-nightly-action@0.6.4
130129
with:
131130
artifacts_path: dist

0 commit comments

Comments
 (0)