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