Skip to content

Commit 36eb934

Browse files
committed
conditionally upload to anaconda.org
1 parent 53662eb commit 36eb934

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/posix.yml

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

126126
- name: Upload to ananconda.org
127+
if: ${{ inputs.publish == false && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') }}
127128
uses: scientific-python/upload-nightly-action@0.6.4
128129
with:
129130
artifacts_path: dist

0 commit comments

Comments
 (0)