File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ 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') }}
127+ if : ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' ||
128+ (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
128129 uses : scientific-python/upload-nightly-action@0.6.4
129130 with :
130131 artifacts_path : dist
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99[project ]
1010name = " scipy-openblas64"
1111# v0.3.33
12- version = " 0.3.33.0.0 "
12+ version = " 0.3.33.0.1 "
1313requires-python = " >=3.7"
1414description = " Provides OpenBLAS for python packaging"
1515readme = " README.md"
You can’t perform that action at this time.
0 commit comments